Searched refs:bfd_vma (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Dns32k.h22 PARAMS ((reloc_howto_type *, bfd *, bfd_vma, bfd_byte *));
25 PARAMS ((reloc_howto_type *, bfd *, bfd_vma, bfd_byte *,
26 bfd_vma (*) (bfd_byte *, int),
27 void (*) (bfd_vma, bfd_byte *, int)));
30 PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma,
31 bfd_vma, bfd_vma));
33 extern bfd_vma _bfd_ns32k_get_displacement PARAMS ((bfd_byte *, int));
34 extern bfd_vma _bfd_ns32k_get_immediate PARAMS ((bfd_byte *, int));
35 extern void _bfd_ns32k_put_displacement PARAMS ((bfd_vma, bfd_byt
[all...]
H A Dcpu-ns32k.c42 bfd_vma (*) (bfd_byte *, int),
43 void (*) (bfd_vma, bfd_byte *, int)));
45 bfd_vma
80 bfd_vma value;
99 value |= (bfd_vma) 0xc0000000;
109 bfd_vma
114 bfd_vma value = 0;
134 bfd_vma value;
166 bfd_vma (*get_data) PARAMS ((bfd_byte *, int));
167 void (*put_data) PARAMS ((bfd_vma, bfd_byt
[all...]
H A Delf32-m68hc1x.h53 bfd_vma stub_offset;
57 bfd_vma target_value;
90 bfd_vma bank_virtual;
91 bfd_vma bank_physical;
92 bfd_vma bank_physical_end;
93 bfd_vma bank_mask;
94 bfd_vma bank_size;
97 bfd_vma trampoline_addr;
144 extern int m68hc11_addr_is_banked (struct m68hc11_page_info*, bfd_vma);
148 extern bfd_vma m68hc11_phys_add
[all...]
H A Delf32-sh64-com.c31 (asection *cranges, bfd_vma, sh64_elf_crange *);
39 bfd_vma a1 = bfd_getb32 (p1);
40 bfd_vma a2 = bfd_getb32 (p2);
52 bfd_vma a1 = (bfd_vma) bfd_getl32 (p1);
53 bfd_vma a2 = (bfd_vma) bfd_getl32 (p2);
65 bfd_vma a1 = *(bfd_vma *) p1;
66 bfd_vma a
[all...]
H A Delf32-sh64.h42 bfd_vma cr_addr;
54 (asection *, bfd_vma, sh64_elf_crange *);
59 (asection *, bfd_vma);
H A Dlibbfd-in.h30 ((((bfd_vma) (this) + (boundary) - 1) >= (bfd_vma) (this)) \
31 ? (((bfd_vma) (this) + ((boundary) - 1)) & ~ (bfd_vma) ((boundary)-1)) \
32 : ~ (bfd_vma) 0)
308 ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \
412 (bfd *, asymbol **, asection *, bfd_vma, bfd_boolean *,
417 (bfd *, asection *, asymbol **, bfd_vma, const char **,
422 (bfd *, asection *, asymbol **, bfd_vma, const char **, const char **,
470 asection *, bfd_vma, cons
[all...]
H A Dreloc.c107 . bfd_vma addend;
356 . bfd_vma src_mask;
360 . bfd_vma dst_mask;
466 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1)
478 bfd_vma relocation);
494 bfd_vma relocation)
496 bfd_vma fieldmask, addrmask, signmask, ss, a;
538 if (ss != 0 && ss != (((bfd_vma) -1 >> rightshift) & ~ fieldmask))
588 bfd_vma relocation;
591 bfd_vma output_bas
[all...]
H A Dliboasys.h41 bfd_vma offset;
44 bfd_vma pc;
H A Delf-bfd.h120 bfd_vma offset;
316 bfd_vma initial_loc;
317 bfd_vma fde;
357 when the values may be offsets. Normally (bfd_vma) -1. */
553 bfd_vma maxpagesize;
659 const char **name, flagword *flags, asection **sec, bfd_vma *value);
887 (bfd *, char *, bfd_vma);
889 (bfd *, void *, bfd_vma);
919 asection *osec, bfd_vma offset,
920 asection *loc_sec, bfd_vma loc_offse
[all...]
H A Dlibbfd.h35 ((((bfd_vma) (this) + (boundary) - 1) >= (bfd_vma) (this)) \
36 ? (((bfd_vma) (this) + ((boundary) - 1)) & ~ (bfd_vma) ((boundary)-1)) \
37 : ~ (bfd_vma) 0)
313 ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \
417 (bfd *, asymbol **, asection *, bfd_vma, bfd_boolean *,
422 (bfd *, asection *, asymbol **, bfd_vma, const char **,
427 (bfd *, asection *, asymbol **, bfd_vma, const char **, const char **,
475 asection *, bfd_vma, cons
[all...]
H A Dlibxcoff.h88 PARAMS ((bfd *, bfd_vma));
90 PARAMS ((bfd *, bfd_vma));
95 bfd_vma (*_xcoff_loader_symbol_offset)
97 bfd_vma (*_xcoff_loader_reloc_offset)
220 #define N_ONES(n) (((((bfd_vma) 1 << ((n) - 1)) - 1) << 1) | 1)
224 struct internal_syment *, struct reloc_howto_struct *, bfd_vma, bfd_vma, \
225 bfd_vma *relocation, bfd_byte *contents
228 bfd *, bfd_vma, bfd_vma, struc
[all...]
H A Dmach-o.h194 bfd_vma addr;
195 bfd_vma size;
196 bfd_vma offset;
198 bfd_vma reloff;
209 bfd_vma vmaddr;
210 bfd_vma vmsize;
211 bfd_vma fileoff;
385 bfd_vma offset;
436 bfd_vma offset;
437 bfd_vma le
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Ddis-asm.h109 (bfd_vma memaddr, bfd_byte *myaddr, unsigned int length,
117 (int status, bfd_vma memaddr, struct disassemble_info *info);
121 (bfd_vma addr, struct disassemble_info *info);
131 (bfd_vma addr, struct disassemble_info * info);
141 bfd_vma buffer_vma;
174 bfd_vma target; /* Target address of branch or dref, if known;
176 bfd_vma target2; /* Second target address for dref2 */
187 typedef int (*disassembler_ftype) (bfd_vma, disassemble_info *);
189 extern int print_insn_big_mips (bfd_vma, disassemble_info *);
190 extern int print_insn_little_mips (bfd_vma, disassemble_inf
[all...]
H A Dbfdlink.h123 bfd_vma value; /* Symbol value. */
401 bfd_vma flags;
404 bfd_vma flags_1;
407 bfd_vma relro_start, relro_end;
433 bfd *obfd, asection *osec, bfd_vma oval,
434 bfd *nbfd, asection *nsec, bfd_vma nval);
448 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
449 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
458 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
467 bfd *abfd, asection *sec, bfd_vma valu
[all...]
/haiku-fatelf/src/bin/gdb/include/elf/
H A Dinternal.h46 bfd_vma e_entry; /* Entry point virtual address */
66 bfd_vma p_offset; /* Segment file offset */
67 bfd_vma p_vaddr; /* Segment virtual address */
68 bfd_vma p_paddr; /* Segment physical address */
69 bfd_vma p_filesz; /* Segment size in file */
70 bfd_vma p_memsz; /* Segment size in memory */
71 bfd_vma p_align; /* Segment alignment, file & memory */
81 bfd_vma sh_flags; /* Miscellaneous section attributes */
82 bfd_vma sh_addr; /* Section virtual addr at execution */
98 bfd_vma st_valu
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dsym.h69 bfd_vma cbLine; /* number of bytes for line number entries */
70 bfd_vma cbLineOffset; /* offset to start of line number entries*/
72 bfd_vma cbDnOffset; /* offset to start dense number table */
74 bfd_vma cbPdOffset; /* offset to procedure descriptor table */
76 bfd_vma cbSymOffset; /* offset to start of local symbols*/
78 bfd_vma cbOptOffset; /* offset to optimization symbol entries */
80 bfd_vma cbAuxOffset; /* offset to start of auxillary symbol entries*/
82 bfd_vma cbSsOffset; /* offset to start of local strings */
84 bfd_vma cbSsExtOffset; /* offset to start of external strings */
86 bfd_vma cbFdOffse
[all...]
H A Dinternal.h55 bfd_vma e_lfanew; /* File address of new exe header, 0x80 */
57 bfd_vma nt_signature; /* required NT signature, 0x4550 */
68 bfd_vma f_symptr; /* file pointer to symtab */
102 bfd_vma VirtualAddress;
125 bfd_vma ImageBase; /* address of specific location in memory that
128 bfd_vma SectionAlignment; /* section alignment default 0x1000 */
129 bfd_vma FileAlignment; /* file alignment default 0x200 */
150 bfd_vma SizeOfStackReserve; /* amount of memory to reserve */
151 bfd_vma SizeOfStackCommit; /* amount of memory initially committed for
153 bfd_vma SizeOfHeapReserv
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Ddis-buf.c28 bfd_vma memaddr;
52 bfd_vma memaddr;
74 bfd_vma addr;
88 void generic_strcat_address PARAMS ((bfd_vma, char *, int));
92 bfd_vma addr;
114 bfd_vma addr ATTRIBUTE_UNUSED;
H A Dcgen-dis.in44 (CGEN_CPU_DESC, void *, long, unsigned int, bfd_vma, int);
46 (CGEN_CPU_DESC, void *, bfd_vma, unsigned int, bfd_vma, int);
50 (CGEN_CPU_DESC, void *, const CGEN_INSN *, CGEN_FIELDS *, bfd_vma, int);
52 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, unsigned);
54 (CGEN_CPU_DESC, bfd_vma, disassemble_info *);
56 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, int, CGEN_EXTRACT_INFO *,
70 bfd_vma pc ATTRIBUTE_UNUSED,
93 bfd_vma value,
95 bfd_vma p
[all...]
H A Dfr30-dis.c44 (CGEN_CPU_DESC, void *, long, unsigned int, bfd_vma, int);
46 (CGEN_CPU_DESC, void *, bfd_vma, unsigned int, bfd_vma, int);
50 (CGEN_CPU_DESC, void *, const CGEN_INSN *, CGEN_FIELDS *, bfd_vma, int);
52 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, unsigned);
54 (CGEN_CPU_DESC, bfd_vma, disassemble_info *);
56 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, int, CGEN_EXTRACT_INFO *,
66 PARAMS ((CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int));
68 PARAMS ((CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int));
70 PARAMS ((CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, in
[all...]
H A Dip2k-dis.c44 (CGEN_CPU_DESC, void *, long, unsigned int, bfd_vma, int);
46 (CGEN_CPU_DESC, void *, bfd_vma, unsigned int, bfd_vma, int);
50 (CGEN_CPU_DESC, void *, const CGEN_INSN *, CGEN_FIELDS *, bfd_vma, int);
52 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, unsigned);
54 (CGEN_CPU_DESC, bfd_vma, disassemble_info *);
56 (CGEN_CPU_DESC, bfd_vma, disassemble_info *, char *, int, CGEN_EXTRACT_INFO *,
65 static void name PARAMS ((CGEN_CPU_DESC, PTR, long, unsigned int, bfd_vma, int))
83 bfd_vma pc ATTRIBUTE_UNUSED;
139 bfd_vma p
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsrec.h23 void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
H A Dgcore.c165 derive_stack_segment (bfd_vma *bottom, bfd_vma *top)
198 bfd_vma tmp_vma;
213 derive_heap_segment (bfd *abfd, bfd_vma *bottom, bfd_vma *top)
215 bfd_vma top_of_data_memory = 0;
216 bfd_vma top_of_heap = 0;
219 bfd_vma sec_vaddr;
342 bfd_vma align = (bfd_vma)
[all...]
/haiku-fatelf/src/bin/gdb/bfd/hosts/
H A Di386bsd.h24 #define HOST_DATA_START_ADDR ((bfd_vma)u.u_kproc.kp_eproc.e_vm.vm_daddr)
/haiku-fatelf/src/bin/gdb/include/aout/
H A Daout64.h162 ? (bfd_vma) TARGET_PAGE_SIZE + EXEC_BYTES_SIZE \
164 ? (bfd_vma) 0 /* Object file or NMAGIC. */ \
166 ? (bfd_vma) 0 \
168 ? (bfd_vma) TEXT_START_ADDR + EXEC_BYTES_SIZE \
169 : (bfd_vma) TEXT_START_ADDR))))
221 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
277 bfd_vma n_value; /* Value of symbol. */
383 bfd_vma r_address; /* Address (within segment) to be relocated. */
509 bfd_vma r_address; /* Offset of of data to relocate. */
512 bfd_vma r_adden
[all...]

Completed in 313 milliseconds

1234567891011>>