| /trueos/contrib/binutils/binutils/ |
| HD | windint.h | 44 bfd_byte data_size[4]; 45 bfd_byte header_size[4]; 51 bfd_byte sig[2]; /* Has to be 0xffff for unnamed ids. */ 52 bfd_byte id[2]; 66 bfd_byte *data; 204 bfd_byte version[4]; 205 bfd_byte memflags[2]; 206 bfd_byte language[2]; 207 bfd_byte version2[4]; 208 bfd_byte characteristics[4]; [all …]
|
| HD | rescoff.c | 49 const bfd_byte *data; 51 const bfd_byte *data_end; 61 bfd_byte characteristics[4]; 63 bfd_byte time[4]; 65 bfd_byte major[2]; 67 bfd_byte minor[2]; 69 bfd_byte name_count[2]; 71 bfd_byte id_count[2]; 79 bfd_byte name[4]; 81 bfd_byte rva[4]; [all …]
|
| HD | resbin.c | 38 static unichar *get_unicode (windres_bfd *, const bfd_byte *, rc_uint_type, rc_uint_type *); 39 static int get_resid (windres_bfd *, rc_res_id *, const bfd_byte *, rc_uint_type); 41 const bfd_byte *, rc_uint_type); 42 static rc_res_resource *bin_to_res_cursor (windres_bfd *, const bfd_byte *, rc_uint_type); 43 static rc_res_resource *bin_to_res_menu (windres_bfd *,const bfd_byte *, rc_uint_type); 44 static rc_menuitem *bin_to_res_menuitems (windres_bfd *, const bfd_byte *, rc_uint_type, 46 static rc_menuitem *bin_to_res_menuexitems (windres_bfd *, const bfd_byte *, rc_uint_type, 48 static rc_res_resource *bin_to_res_dialog (windres_bfd *, const bfd_byte *, rc_uint_type); 49 static rc_res_resource *bin_to_res_string (windres_bfd *,const bfd_byte *, rc_uint_type); 50 static rc_res_resource *bin_to_res_fontdir (windres_bfd *, const bfd_byte *, rc_uint_type); [all …]
|
| HD | budbg.h | 46 (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);
|
| /trueos/contrib/gdb/include/ |
| HD | oasys.h | 42 bfd_byte version[4]; 43 bfd_byte create_date[12]; 44 bfd_byte revision_date[12]; 45 bfd_byte mod_count[4]; 46 bfd_byte mod_tbl_offset[4]; 47 bfd_byte sym_tbl_size[4]; 48 bfd_byte sym_count[4]; 49 bfd_byte sym_tbl_offset[4]; 50 bfd_byte xref_count[4]; 51 bfd_byte xref_lst_offset[4]; [all …]
|
| /trueos/contrib/binutils/include/aout/ |
| HD | sun4.h | 67 bfd_byte ld_version[4]; 70 bfd_byte ldd[4]; 73 bfd_byte ld[4]; 221 bfd_byte ld_loaded[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]; [all …]
|
| HD | aout64.h | 31 bfd_byte e_info[4]; /* Magic number and stuff. */ 32 bfd_byte e_text[BYTES_IN_WORD]; /* Length of text section in bytes. */ 33 bfd_byte e_data[BYTES_IN_WORD]; /* Length of data section in bytes. */ 34 bfd_byte e_bss[BYTES_IN_WORD]; /* Length of bss area in bytes. */ 35 bfd_byte e_syms[BYTES_IN_WORD]; /* Length of symbol table in bytes. */ 36 bfd_byte e_entry[BYTES_IN_WORD]; /* Start address. */ 37 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */ 38 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */ 260 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */ 261 bfd_byte e_type[1]; /* Type of symbol. */ [all …]
|
| /trueos/contrib/binutils/include/coff/ |
| HD | rs6k64.h | 226 bfd_byte l_version[4]; 227 bfd_byte l_nsyms[4]; 228 bfd_byte l_nreloc[4]; 229 bfd_byte l_istlen[4]; 230 bfd_byte l_nimpid[4]; 231 bfd_byte l_stlen[4]; 232 bfd_byte l_impoff[8]; 233 bfd_byte l_stoff[8]; 234 bfd_byte l_symoff[8]; 235 bfd_byte l_rldoff[8]; [all …]
|
| HD | rs6000.h | 222 bfd_byte l_version[4]; 223 bfd_byte l_nsyms[4]; 224 bfd_byte l_nreloc[4]; 225 bfd_byte l_istlen[4]; 226 bfd_byte l_nimpid[4]; 227 bfd_byte l_impoff[4]; 228 bfd_byte l_stlen[4]; 229 bfd_byte l_stoff[4]; 238 bfd_byte _l_name[SYMNMLEN]; 241 bfd_byte _l_zeroes[4]; [all …]
|
| /trueos/contrib/binutils/bfd/ |
| HD | ihex.c | 144 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() 539 ihex_read_section (bfd *abfd, asection *section, bfd_byte *contents) in ihex_read_section() 542 bfd_byte *p; in ihex_read_section() 543 bfd_byte *buf = NULL; in ihex_read_section() 645 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents() 661 bfd_byte *data; in ihex_set_section_contents() 716 bfd_byte *data) in ihex_write_record() [all …]
|
| HD | libbfd.c | 346 bfd_byte buffer[4]; in bfd_write_bigendian_4byte_int() 523 const bfd_byte *addr = p; in bfd_getb16() 530 const bfd_byte *addr = p; in bfd_getl16() 537 const bfd_byte *addr = p; in bfd_getb_signed_16() 544 const bfd_byte *addr = p; in bfd_getl_signed_16() 551 bfd_byte *addr = p; in bfd_putb16() 559 bfd_byte *addr = p; in bfd_putl16() 567 const bfd_byte *addr = p; in bfd_getb32() 580 const bfd_byte *addr = p; in bfd_getl32() 593 const bfd_byte *addr = p; in bfd_getb_signed_32() [all …]
|
| HD | dwarf1.c | 183 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() 221 aDieInfo->stmt_list_offset = 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() 297 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table() [all …]
|
| HD | reloc.c | 891 short x = bfd_get_16 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation() 898 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation() 900 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation() 905 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation() 908 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation() 914 long x = bfd_get_16 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation() 917 bfd_put_16 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation() 928 bfd_vma x = bfd_get_64 (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() [all …]
|
| HD | libcoff-in.h | 187 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 *,
|
| HD | libbfd.h | 58 bfd_byte *buffer; 387 ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \ 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); 573 (bfd *, struct stab_info *, asection *, void **, bfd_byte *); 694 (void *, bfd_byte *); 696 (void *, bfd_byte *); 698 (void *, bfd_byte *); [all …]
|
| HD | libbfd-in.h | 53 bfd_byte *buffer; 382 ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \ 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 *); [all …]
|
| HD | ppcboot.c | 42 bfd_byte ind; 43 bfd_byte head; 44 bfd_byte sector; 45 bfd_byte cylinder; 52 bfd_byte sector_begin[4]; /* 32-bit start RBA (zero-based), little endian */ 53 bfd_byte sector_length[4]; /* 32-bit RBA count (one-based), little endian */ 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 */ [all …]
|
| HD | elfxx-mips.h | 59 (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 *);
|
| HD | elf-eh-frame.c | 62 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() 124 bfd_byte *start, *p; in read_sleb128() 166 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) in read_value() 201 write_value (bfd *abfd, bfd_byte *buf, bfd_vma value, int width) in write_value() 333 skip_cfa_op (bfd_byte **iter, bfd_byte *end, unsigned int encoded_ptr_width) in skip_cfa_op() [all …]
|
| HD | elf-attrs.c | 125 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() 199 bfd_elf_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size) in bfd_elf_set_obj_attr_contents() 201 bfd_byte *p; in bfd_elf_set_obj_attr_contents() 437 bfd_byte *contents; in _bfd_elf_parse_attributes() [all …]
|
| HD | sunos.c | 60 …_link_info *, bfd *, asection *, struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *,… 331 bfd_byte *table; in sunos_canonicalize_dynamic_symtab() 518 static const bfd_byte sparc_plt_first_entry[SPARC_PLT_ENTRY_SIZE] = 552 static const bfd_byte m68k_plt_first_entry[M68K_PLT_ENTRY_SIZE] = 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() 2184 srel->r_index[0] = (bfd_byte) (h->dynindx >> 16); in sunos_write_dynamic_symbol() [all …]
|
| HD | elf-bfd.h | 469 (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 *); 805 asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs, 1000 bfd_byte (*elf_backend_encode_eh_address) 1009 (bfd *, struct bfd_link_info *, asection *, bfd_byte *); 1027 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); 1555 extern bfd_byte _bfd_elf_encode_eh_address 1732 (bfd *, struct bfd_link_info *, asection *, bfd_byte *); [all …]
|
| HD | srec.c | 145 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() 662 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) in srec_read_section() 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() 792 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents() [all …]
|
| HD | dwarf2.c | 74 bfd_byte *data; 91 bfd_byte *info_ptr; 94 bfd_byte *info_ptr_end; 101 bfd_byte *sec_info_ptr; 107 bfd_byte *dwarf_abbrev_buffer; 113 bfd_byte *dwarf_line_buffer; 119 bfd_byte *dwarf_str_buffer; 125 bfd_byte *dwarf_ranges_buffer; 182 bfd_byte *info_ptr_unit; 188 bfd_byte *first_child_die_ptr; [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | mipsread.c | 294 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()
|