Searched refs:bfd_byte (Results 26 - 50 of 223) sorted by relevance

123456789

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dvax-dis.c24 static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *));
69 bfd_byte *max_fetched;
70 bfd_byte the_buffer[MAXLEN];
85 bfd_byte *addr;
118 bfd_byte *buffer = priv.the_buffer;
148 if ((bfd_byte) opcode == buffer[0]
H A Dh8500-dis.c33 static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *));
38 bfd_byte *max_fetched;
39 bfd_byte the_buffer[MAXLEN];
54 bfd_byte *addr;
86 bfd_byte *buffer = priv.the_buffer;
H A Dns32k-dis.c43 static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *));
47 static int bit_extract PARAMS ((bfd_byte *, int, int));
48 static int bit_extract_simple PARAMS ((bfd_byte *, int, int));
75 bfd_byte *max_fetched;
76 bfd_byte the_buffer[MAXLEN];
92 bfd_byte *addr;
288 bfd_byte *buffer;
319 bfd_byte *buffer;
422 bfd_byte *buffer = priv.the_buffer;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsunos.c69 struct aout_link_hash_entry *, PTR, bfd_byte *, bfd_boolean *,
365 bfd_byte *table;
371 table = (bfd_byte *) bfd_malloc (table_size);
557 static const bfd_byte sparc_plt_first_entry[SPARC_PLT_ENTRY_SIZE] =
591 static const bfd_byte m68k_plt_first_entry[M68K_PLT_ENTRY_SIZE] =
977 bfd_byte buf[16];
983 bfd_byte b;
1414 s->contents = (bfd_byte *) bfd_alloc (output_bfd, s->size);
1435 s->contents = (bfd_byte *) bfd_zalloc (dynobj, hashalloc);
1461 bfd_byte *content
[all...]
H A Dsrec.c123 static bfd_boolean srec_read_section PARAMS ((bfd *, asection *, bfd_byte *));
126 PARAMS ((bfd *, unsigned int, bfd_vma, const bfd_byte *, const bfd_byte *));
191 bfd_byte *data;
262 bfd_byte c;
348 bfd_byte *buf = NULL;
502 bfd_byte *data;
526 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2);
645 bfd_byte b[4];
716 bfd_byte *content
[all...]
H A Delf32-ip2k.c32 bfd_byte * contents;
46 PARAMS ((bfd_byte *, const struct ip2k_opcode *));
51 PARAMS ((bfd *, bfd_byte *, int, bfd_byte *));
53 PARAMS ((bfd *, asection *, bfd_vma, bfd_byte *));
59 PARAMS ((bfd *, asection *, bfd_vma, bfd_byte *));
63 PARAMS ((bfd *, asection *, bfd_vma, bfd_byte *));
77 PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *,
80 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
283 bfd_byte *add
[all...]
H A Dlibbfd.h55 bfd_byte *buffer;
356 ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \
357 bfd_byte *, bfd_boolean, asymbol **)) \
506 (reloc_howto_type *, bfd *, asection *, bfd_byte *,
511 (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
526 (bfd *, struct stab_info *, asection *, void **, bfd_byte *);
652 (void *, bfd_byte *);
654 (void *, bfd_byte *);
656 (void *, bfd_byte *);
668 (bfd *, asection *, bfd_byte *,
[all...]
H A Delf32-d30v.c324 in1 = bfd_get_32 (abfd, (bfd_byte *) data + addr);
325 in2 = bfd_get_32 (abfd, (bfd_byte *) data + addr + 4);
357 bfd_put_32 (abfd, in1, (bfd_byte *) data + addr);
358 bfd_put_32 (abfd, in2, (bfd_byte *) data + addr + 4);
434 in1 = bfd_get_32 (abfd, (bfd_byte *) data + addr);
471 bfd_put_32 (abfd, in1, (bfd_byte *) data + addr);
H A Delf32-d10v.c42 PARAMS ((bfd *, bfd_byte *, reloc_howto_type *));
44 PARAMS ((bfd *, bfd_byte *, reloc_howto_type *, bfd_vma));
47 bfd_byte *, Elf_Internal_Rela *, Elf_Internal_Sym *,
356 bfd_byte *where;
392 bfd_byte *where;
430 bfd_byte *contents;
468 bfd_byte *where;
508 bfd_byte *where = contents + rel->r_offset;
H A Dsyms.c845 bfd_byte *stab;
846 bfd_byte *str;
877 bfd_byte *stabs;
879 bfd_byte *strs;
890 bfd_byte *cached_stab;
911 bfd_byte *stab, *str;
912 bfd_byte *last_stab = NULL;
1076 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1090 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1095 else if (stab[TYPEOFF] == (bfd_byte) N_FU
[all...]
H A Delf-bfd.h478 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
482 (bfd *, const Elf_Internal_Rela *, bfd_byte *);
488 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
492 (bfd *, const Elf_Internal_Rela *, bfd_byte *);
769 asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs,
917 bfd_byte (*elf_backend_encode_eh_address)
926 (bfd *, asection *, bfd_byte *);
1381 extern bfd_byte _bfd_elf_encode_eh_address
1540 (bfd *, struct bfd_link_info *, asection *, bfd_byte *);
1639 (bfd *, const bfd_byte *, Elf_Internal_Rel
[all...]
H A Dlibieee.h53 bfd_byte *data;
H A Delf32-dlx.c291 vallo = bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address);
308 relocation += bfd_get_16 (abfd, (bfd_byte *)data + reloc_entry->address);
318 (bfd_byte *)data + reloc_entry->address);
370 insn = bfd_get_32 (abfd, (bfd_byte *)data + reloc_entry->address);
406 (bfd_byte *) data + reloc_entry->address);
448 insn = bfd_get_32 (abfd, (bfd_byte *)data + reloc_entry->address);
485 (bfd_byte *) data + reloc_entry->address);
H A Decofflink.c460 bfd_byte *data, unsigned long size));
467 bfd_byte *data;
614 bfd_byte *fdr_start;
615 bfd_byte *fdr_ptr;
616 bfd_byte *fdr_end;
621 bfd_byte *rfd_out;
622 bfd_byte *rfd_in;
623 bfd_byte *rfd_end;
626 bfd_byte *fdr_out;
658 fdr_start = (bfd_byte *) input_debu
[all...]
H A Dmmo.c275 bfd_byte data[1];
286 bfd_byte symchar;
301 bfd_byte created[4];
327 bfd_byte buf[4];
384 static INLINE bfd_byte *mmo_get_loc
440 PARAMS ((bfd *, const bfd_byte *, unsigned int));
444 PARAMS ((bfd *, bfd_vma, const bfd_byte *, unsigned int, bfd_vma *));
455 static bfd_byte mmo_get_byte
458 PARAMS ((bfd *, bfd_byte));
546 bfd_byte
[all...]
H A Dstabs.c166 bfd_byte *stabbuf = NULL;
167 bfd_byte *stabstrbuf = NULL;
168 bfd_byte *sym, *symend;
319 bfd_byte * incl_sym;
540 bfd_byte *stabbuf = NULL;
541 bfd_byte *sym, *symend;
696 bfd_byte *contents;
700 bfd_byte *sym, *tosym, *symend;
713 bfd_byte *excl_sym;
H A Daout-tic30.c55 PARAMS ((reloc_howto_type *, bfd *, bfd_vma, bfd_byte *));
57 PARAMS ((reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma,
253 relocation += bfd_get_16 (abfd, (bfd_byte *) data + reloc_entry->address);
254 bfd_put_16 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
280 relocation += bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
281 bfd_put_32 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
304 bfd_byte offset_data = bfd_get_8 (abfd, (bfd_byte *) data + reloc_entry->address - 1);
313 bfd_put_16 (abfd, relocation, (bfd_byte *) data + reloc_entry->address);
325 bfd_put_8 (BFD, (bfd_byte) ((DAT
[all...]
H A Delf32-i860.c41 bfd_byte *addr;
80 addr = (bfd_byte *) data + reloc_entry->address;
104 bfd_byte *addr;
143 addr = (bfd_byte *) data + reloc_entry->address;
168 bfd_byte *addr;
197 addr = (bfd_byte *) data + reloc_entry->address;
221 bfd_byte *addr;
249 addr = (bfd_byte *) data + reloc_entry->address;
906 bfd_byte *contents,
932 bfd_byte *content
[all...]
H A Dxcofflink.c95 bfd_byte *ldsym;
97 bfd_byte *ldrel;
106 bfd_byte *outsyms;
109 bfd_byte *linenos;
111 bfd_byte *contents;
113 bfd_byte *external_relocs;
120 PARAMS ((bfd *, asection *, bfd_boolean, bfd_byte *, bfd_boolean,
175 bfd_byte *contents;
195 bfd_byte *contents;
228 bfd_byte *content
[all...]
H A Dnlm32-sparc.c257 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */
359 bfd_byte len;
367 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd)
368 != sizeof (bfd_byte))
387 bfd_byte len;
388 bfd_byte temp[4];
H A Dpeicode.h101 bfd_byte * data;
139 static bfd_boolean pe_ILF_build_a_bfd PARAMS ((bfd *, unsigned int, bfd_byte *, bfd_byte *, unsigned int, unsigned int));
534 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table);
762 bfd_byte * symbol_name,
763 bfd_byte * source_dll,
767 bfd_byte * ptr;
1107 bfd_byte buffer[16];
1108 bfd_byte * pt
[all...]
H A Dcoff-i960.c43 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
150 int word = bfd_get_32 (abfd, (bfd_byte *)data + reloc_entry->address);
161 (bfd_byte *) data + reloc_entry->address);
329 bfd_byte *esym;
334 esym = (bfd_byte *) bfd_malloc (symesz);
377 bfd_byte *contents;
506 bfd_byte *esyms;
510 esyms = (bfd_byte *) obj_coff_external_syms (input_bfd);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppc-sysv-tdep.c366 (bfd_byte *) readbuf + 0);
368 (bfd_byte *) readbuf + 4);
374 (const bfd_byte *) writebuf + 0);
376 (const bfd_byte *) writebuf + 4);
453 store_unsigned_integer (((bfd_byte *) readbuf
473 reg = extract_unsigned_integer (((const bfd_byte *) writebuf
936 (const bfd_byte *) writebuf + i * 8);
939 (bfd_byte *) readbuf + i * 8);
958 convert_typed_floating ((const bfd_byte *) writebuf +
971 (bfd_byte *) readbu
[all...]
H A Dsymfile.h317 extern bfd_byte *symfile_relocate_debug_section (bfd *abfd, asection *sectp,
318 bfd_byte * buf);
H A Ddwarf2-frame.c921 return bfd_get_8 (abfd, (bfd_byte *) buf);
927 return bfd_get_32 (abfd, (bfd_byte *) buf);
933 return bfd_get_64 (abfd, (bfd_byte *) buf);
950 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
977 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
998 result = bfd_get_32 (abfd, (bfd_byte *) buf);
1001 result = bfd_get_64 (abfd, (bfd_byte *) buf + 4);
1124 return (base + bfd_get_16 (unit->abfd, (bfd_byte *) buf));
1127 return (base + bfd_get_32 (unit->abfd, (bfd_byte *) buf));
1130 return (base + bfd_get_64 (unit->abfd, (bfd_byte *) bu
[all...]

Completed in 309 milliseconds

123456789