Home
last modified time | relevance | path

Searched defs:elf_link_hash_table (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf-bfd.h541 struct elf_link_hash_table struct
543 struct bfd_link_hash_table root;
547 enum elf_target_id hash_table_id;
551 bfd_boolean dynamic_sections_created;
554 bfd_boolean dynamic_relocs;
558 bfd_boolean is_relocatable_executable;
563 bfd *dynobj;
569 union gotplt_union init_got_refcount;
570 union gotplt_union init_plt_refcount;
574 union gotplt_union init_got_offset;
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Delf-bfd.h440 struct elf_link_hash_table struct
442 struct bfd_link_hash_table root;
446 enum elf_target_id hash_table_id;
450 bfd_boolean dynamic_sections_created;
454 bfd_boolean is_relocatable_executable;
459 bfd *dynobj;
465 union gotplt_union init_got_refcount;
466 union gotplt_union init_plt_refcount;
470 union gotplt_union init_got_offset;
471 union gotplt_union init_plt_offset;
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf-bfd.h491 struct elf_link_hash_table struct
493 struct bfd_link_hash_table root;
497 enum elf_target_id hash_table_id;
501 bfd_boolean dynamic_sections_created;
505 bfd_boolean is_relocatable_executable;
510 bfd *dynobj;
516 union gotplt_union init_got_refcount;
517 union gotplt_union init_plt_refcount;
521 union gotplt_union init_got_offset;
522 union gotplt_union init_plt_offset;
[all …]