Home
last modified time | relevance | path

Searched refs:bfd_byte (Results 1 – 25 of 155) sorted by relevance

1234567

/freebsd-12.1/contrib/binutils/binutils/
H A Dwindint.h52 bfd_byte id[2];
66 bfd_byte *data;
313 bfd_byte id[2];
426 bfd_byte x[2];
427 bfd_byte y[2];
455 bfd_byte x[2];
456 bfd_byte y[2];
662 bfd_byte x[2];
663 bfd_byte y[2];
675 bfd_byte x[2];
[all …]
H A Drescoff.c49 const bfd_byte *data;
63 bfd_byte time[4];
65 bfd_byte major[2];
67 bfd_byte minor[2];
79 bfd_byte name[4];
81 bfd_byte rva[4];
90 bfd_byte rva[4];
92 bfd_byte size[4];
120 bfd_byte *data; in read_coff_rsrc()
600 static bfd_byte *
[all …]
H A Dresbin.c1251 const bfd_byte *);
1315 bfd_byte *d = (bfd_byte *) reswr_alloc ((len + 1) * sizeof (unichar)); in resid_to_bin()
1340 bfd_byte *d; in unicode_to_bin()
1603 bfd_byte d[2]; in res_to_bin_fontdir()
1614 bfd_byte d[2]; in res_to_bin_fontdir()
1776 bfd_byte help[4]; in res_to_bin_menuexitems()
1826 bfd_byte h[4]; in res_to_bin_rcdata()
1878 bfd_byte *hp; in res_to_bin_stringtable()
1906 bfd_byte *hp; in string_to_unicode_bin()
1932 bfd_byte *ids; in res_to_bin_toolbar()
[all …]
H A Dbudbg.h46 (bfd *, void *, bfd_byte **, bfd_size_type *, bfd_byte **, bfd_size_type *);
50 extern bfd_boolean parse_ieee (void *, bfd *, const bfd_byte *, bfd_size_type);
/freebsd-12.1/contrib/gdb/include/
H A Doasys.h42 bfd_byte version[4];
124 bfd_byte addr[4];
147 bfd_byte value[4];
148 bfd_byte refno[2];
166 bfd_byte value[4];
167 bfd_byte vma[4];
168 bfd_byte fill[3];
176 bfd_byte entry[4];
177 bfd_byte fill[2];
178 bfd_byte zero;
[all …]
/freebsd-12.1/contrib/binutils/include/aout/
H A Dsun4.h67 bfd_byte ld_version[4];
70 bfd_byte ldd[4];
73 bfd_byte ld[4];
222 bfd_byte ld_need[4];
223 bfd_byte ld_rules[4];
224 bfd_byte ld_got[4];
225 bfd_byte ld_plt[4];
226 bfd_byte ld_rel[4];
227 bfd_byte ld_hash[4];
228 bfd_byte ld_stab[4];
[all …]
H A Daout64.h31 bfd_byte e_info[4]; /* Magic number and stuff. */
36 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */
261 bfd_byte e_type[1]; /* Type of symbol. */
262 bfd_byte e_other[1]; /* Misc info (usually empty). */
263 bfd_byte e_desc[2]; /* Description field. */
264 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */
353 bfd_byte r_index[3]; /* Symbol table index of symbol. */
354 bfd_byte r_type[1]; /* Relocation type. */
413 bfd_byte r_index[3]; /* Symbol table index of symbol. */
414 bfd_byte r_type[1]; /* Relocation type. */
[all …]
/freebsd-12.1/contrib/binutils/include/coff/
H A Drs6k64.h227 bfd_byte l_nsyms[4];
228 bfd_byte l_nreloc[4];
229 bfd_byte l_istlen[4];
231 bfd_byte l_stlen[4];
233 bfd_byte l_stoff[8];
241 bfd_byte l_value[8];
243 bfd_byte l_scnum[2];
246 bfd_byte l_ifile[4];
247 bfd_byte l_parm[4];
254 bfd_byte l_vaddr[8];
[all …]
H A Drs6000.h223 bfd_byte l_nsyms[4];
224 bfd_byte l_nreloc[4];
225 bfd_byte l_istlen[4];
228 bfd_byte l_stlen[4];
229 bfd_byte l_stoff[4];
245 bfd_byte l_value[4];
246 bfd_byte l_scnum[2];
249 bfd_byte l_ifile[4];
250 bfd_byte l_parm[4];
257 bfd_byte l_vaddr[4];
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Dihex.c144 bfd_byte *data;
194 bfd_byte c; in ihex_get_byte()
245 bfd_byte *buf = NULL; in ihex_scan()
486 bfd_byte b[9]; in ihex_object_p()
542 bfd_byte *p; in ihex_read_section()
543 bfd_byte *buf = NULL; in ihex_read_section()
661 bfd_byte *data; in ihex_set_section_contents()
716 bfd_byte *data) in ihex_write_record()
767 bfd_byte *p; in ihex_write_object_contents()
785 bfd_byte addr[2]; in ihex_write_object_contents()
[all …]
H A Dlibbfd.c346 bfd_byte buffer[4]; in bfd_write_bigendian_4byte_int()
523 const bfd_byte *addr = p; in bfd_getb16()
551 bfd_byte *addr = p; in bfd_putb16()
559 bfd_byte *addr = p; in bfd_putl16()
712 bfd_byte *addr = p; in bfd_putb32()
722 bfd_byte *addr = p; in bfd_putl32()
733 bfd_byte *addr = p; in bfd_putb64()
751 bfd_byte *addr = p; in bfd_putl64()
768 bfd_byte *addr = p; in bfd_put_bits()
990 bfd_byte *buf, in read_unsigned_leb128()
[all …]
H A Ddwarf1.c183 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
196 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die()
207 attr = bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die()
218 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
231 aDieInfo->low_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
233 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
237 xptr += 2 + bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die()
240 xptr += 4 + bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die()
301 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
316 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
[all …]
H A Dreloc.c898 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
905 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
930 bfd_put_64 (abfd, x, (bfd_byte *) data + octets); in bfd_perform_relocation()
980 bfd_byte *data; in bfd_install_relocation()
1000 ((bfd_byte *) data_start in bfd_install_relocation()
1337 bfd_byte *contents, in _bfd_final_link_relocate()
1382 bfd_byte *location) in _bfd_relocate_contents()
1555 bfd_byte *location) in _bfd_clear_contents()
5183 bfd_byte *
5187 bfd_byte *data, in bfd_generic_get_relocated_section_contents()
[all …]
H A Dlibcoff-in.h187 bfd_byte *contents;
354 extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
356 bfd_byte *, bfd_boolean, asymbol **);
488 bfd_byte *outsyms;
491 bfd_byte *linenos;
493 bfd_byte *contents;
495 bfd_byte *external_relocs;
552 (bfd *, asection *, bfd_boolean, bfd_byte *, bfd_boolean,
555 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
592 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
H A Dlibbfd.h58 bfd_byte *buffer;
388 bfd_byte *, bfd_boolean, asymbol **)) \
549 (reloc_howto_type *, bfd *, asection *, bfd_byte *,
554 (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
558 bfd_byte *location);
694 (void *, bfd_byte *);
696 (void *, bfd_byte *);
698 (void *, bfd_byte *);
710 (bfd *, asection *, bfd_byte *,
2012 bfd_byte *bfd_generic_get_relocated_section_contents
[all …]
H A Dlibbfd-in.h53 bfd_byte *buffer;
383 bfd_byte *, bfd_boolean, asymbol **)) \
544 (reloc_howto_type *, bfd *, asection *, bfd_byte *,
549 (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
553 bfd_byte *location);
568 (bfd *, struct stab_info *, asection *, void **, bfd_byte *);
689 (void *, bfd_byte *);
691 (void *, bfd_byte *);
693 (void *, bfd_byte *);
705 (bfd *, asection *, bfd_byte *,
[all …]
H A Dppcboot.c42 bfd_byte ind;
43 bfd_byte head;
44 bfd_byte sector;
45 bfd_byte cylinder;
58 bfd_byte pc_compatibility[446]; /* x86 instruction field */
60 bfd_byte signature[2]; /* 0x55 and 0xaa */
61 bfd_byte entry_offset[4]; /* entry point offset, little endian */
62 bfd_byte length[4]; /* load image length, little endian */
63 bfd_byte flags; /* flag field */
64 bfd_byte os_id; /* OS_ID */
[all …]
H A Delfxx-mips.h59 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
94 extern bfd_byte *_bfd_elf_mips_get_relocated_section_contents
96 bfd_byte *, bfd_boolean, asymbol **);
112 (bfd *, struct bfd_link_info *, asection *, bfd_byte *);
117 (bfd *, int, bfd_boolean, bfd_byte *);
119 (bfd *, int, bfd_boolean, bfd_byte *);
H A Delf-eh-frame.c62 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte()
74 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes()
89 skip_leb128 (bfd_byte **iter, bfd_byte *end) in skip_leb128()
103 read_uleb128 (bfd_byte **iter, bfd_byte *end, bfd_vma *value) in read_uleb128()
105 bfd_byte *start, *p; in read_uleb128()
122 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) in read_sleb128()
335 bfd_byte op; in skip_cfa_op()
412 static bfd_byte *
416 bfd_byte *last; in skip_non_nops()
885 bfd_byte *p; in _bfd_elf_discard_section_eh_frame()
[all …]
H A Delf-attrs.c125 static bfd_byte *
126 write_uleb128 (bfd_byte *p, unsigned int val) in write_uleb128()
128 bfd_byte c; in write_uleb128()
143 static bfd_byte *
144 write_obj_attribute (bfd_byte *p, int tag, obj_attribute *attr) in write_obj_attribute()
168 vendor_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size, in vendor_set_obj_attr_contents()
171 bfd_byte *p; in vendor_set_obj_attr_contents()
201 bfd_byte *p; in bfd_elf_set_obj_attr_contents()
437 bfd_byte *contents; in _bfd_elf_parse_attributes()
438 bfd_byte *p; in _bfd_elf_parse_attributes()
[all …]
H A Dsunos.c331 bfd_byte *table; in sunos_canonicalize_dynamic_symtab()
920 bfd_byte buf[16]; in sunos_add_dynamic_symbols()
926 bfd_byte b; in sunos_add_dynamic_symbols()
1798 bfd_byte *contents; in sunos_scan_dynamic_symbol()
2021 bfd_byte *contents; in bfd_sunos_size_dynamic_sections()
2113 bfd_byte *p; in sunos_write_dynamic_symbol()
2344 bfd_byte *p; in sunos_check_dynamic_reloc()
2635 srel->r_index[2] = (bfd_byte)indx; in sunos_check_dynamic_reloc()
2641 srel->r_index[0] = (bfd_byte)indx; in sunos_check_dynamic_reloc()
2660 erel->r_index[2] = (bfd_byte)indx; in sunos_check_dynamic_reloc()
[all …]
H A Delf-bfd.h469 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
473 (bfd *, const Elf_Internal_Rela *, bfd_byte *);
479 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
483 (bfd *, const Elf_Internal_Rela *, bfd_byte *);
1000 bfd_byte (*elf_backend_encode_eh_address)
1555 extern bfd_byte _bfd_elf_encode_eh_address
1828 bfd_byte * contents,
1854 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
1856 (bfd *, const Elf_Internal_Rela *, bfd_byte *);
1858 (bfd *, const bfd_byte *, Elf_Internal_Rela *);
[all …]
H A Dsrec.c145 bfd_byte *data;
220 bfd_byte c; in srec_get_byte()
300 bfd_byte *buf = NULL; in srec_scan()
453 bfd_byte *data; in srec_scan()
595 bfd_byte b[4]; in srec_object_p()
667 bfd_byte *buf = NULL; in srec_read_section()
675 bfd_byte hdr[3]; in srec_read_section()
678 bfd_byte *data; in srec_read_section()
830 bfd_byte *data; in srec_set_section_contents()
887 const bfd_byte *data, in srec_write_record()
[all …]
H A Ddwarf2.c74 bfd_byte *data;
91 bfd_byte *info_ptr;
191 bfd_byte *end_ptr;
276 static bfd_byte *
278 bfd_byte *buf, in read_n_bytes()
289 bfd_byte *buf, in read_string()
306 bfd_byte *buf, in read_indirect_string()
551 static bfd_byte *
682 static bfd_byte *
686 bfd_byte *info_ptr) in read_attribute()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dmipsread.c294 dyn_tag = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_tag); in read_alphacoff_dynamic_symtab()
301 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val); in read_alphacoff_dynamic_symtab()
307 = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_un.d_val); in read_alphacoff_dynamic_symtab()
331 strx = bfd_h_get_32 (abfd, (bfd_byte *) x_symp->st_name); in read_alphacoff_dynamic_symtab()
338 sym_value = bfd_h_get_64 (abfd, (bfd_byte *) x_symp->st_value); in read_alphacoff_dynamic_symtab()
339 sym_info = bfd_h_get_8 (abfd, (bfd_byte *) x_symp->st_info); in read_alphacoff_dynamic_symtab()
340 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx); in read_alphacoff_dynamic_symtab()
374 (bfd_byte *) (got_secptr + got_entry_offset)); in read_alphacoff_dynamic_symtab()

1234567