Home
last modified time | relevance | path

Searched refs:elf_link_hash_table (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-sparc.h46 struct elf_link_hash_table elf;
Delf-eh-frame.c463 struct elf_link_hash_table *htab; in _bfd_elf_discard_section_eh_frame()
994 struct elf_link_hash_table *htab; in _bfd_elf_discard_section_eh_frame_hdr()
1029 struct elf_link_hash_table *htab; in _bfd_elf_maybe_strip_eh_frame_hdr()
1077 struct elf_link_hash_table *htab; in _bfd_elf_eh_frame_section_offset()
1170 struct elf_link_hash_table *htab; in _bfd_elf_write_section_eh_frame()
1532 struct elf_link_hash_table *htab; in _bfd_elf_write_section_eh_frame_hdr()
Delf-vxworks.c84 struct elf_link_hash_table *htab; in elf_vxworks_create_dynamic_sections()
Delf-bfd.h314 struct elf_link_hash_table struct
412 #define elf_hash_table(p) ((struct elf_link_hash_table *) ((p)->hash)) argument
1599 (struct elf_link_hash_table *, bfd *,
Delflink.c135 struct elf_link_hash_table *hash_table; in _bfd_elf_link_create_dynstrtab()
471 struct elf_link_hash_table *htab; in bfd_elf_record_link_assignment()
584 struct elf_link_hash_table *eht; in bfd_elf_link_record_local_dynamic_symbol()
729 struct elf_link_hash_table *htab; in _bfd_elf_link_omit_section_dynsym()
2714 struct elf_link_hash_table *hash_table; in _bfd_elf_dynamic_symbol_p()
2777 struct elf_link_hash_table *hash_table; in _bfd_elf_symbol_refs_local_p()
2989 struct elf_link_hash_table *hash_table; in _bfd_elf_add_dynamic_entry()
3029 struct elf_link_hash_table *hash_table; in elf_add_dt_needed_tag()
3126 struct elf_link_hash_table *hash_table = elf_hash_table (info); in elf_finalize_dynstr()
3301 struct elf_link_hash_table *htab; in elf_link_add_object_symbols()
[all …]
Delf.c1522 struct elf_link_hash_table *htab = (struct elf_link_hash_table *) table; in _bfd_elf_link_hash_newfunc()
1549 struct elf_link_hash_table *htab; in _bfd_elf_link_hash_copy_indirect()
1617 (struct elf_link_hash_table *table, in _bfd_elf_link_hash_table_init()
1646 struct elf_link_hash_table *ret; in _bfd_elf_link_hash_table_create()
1647 bfd_size_type amt = sizeof (struct elf_link_hash_table); in _bfd_elf_link_hash_table_create()
Delf32-i386.c653 struct elf_link_hash_table elf;
2189 struct elf_link_hash_table *htab = elf_hash_table (info); in tpoff()
Delf64-x86-64.c462 struct elf_link_hash_table elf;
2015 struct elf_link_hash_table *htab = elf_hash_table (info); in tpoff()
Delf64-s390.c671 struct elf_link_hash_table elf;
2191 struct elf_link_hash_table *htab = elf_hash_table (info);
Delf32-s390.c716 struct elf_link_hash_table elf;
2217 struct elf_link_hash_table *htab = elf_hash_table (info);
Delfxx-sparc.c2346 struct elf_link_hash_table *eht = elf_hash_table (info); in _bfd_sparc_elf_size_dynamic_sections()
2448 struct elf_link_hash_table *htab = elf_hash_table (info); in tpoff()
Delf32-arm.c2172 struct elf_link_hash_table root;
4390 struct elf_link_hash_table *htab = elf_hash_table (info); in tpoff()
4707 struct elf_link_hash_table *htab = elf_hash_table (info); in elf32_arm_final_link_relocate()
Delf32-score.c39 struct elf_link_hash_table root;
Delf32-spu.c258 struct elf_link_hash_table elf;
DChangeLog-2006583 * elf-bfd.h (struct elf_link_hash_table): Reorder. Add
3259 * elf-bfd.h (elf_link_hash_table): Add hplt field.
DChangeLog1638 in the elf_link_hash_table structure.
DChangeLog-9495375 * elf-bfd.h (struct elf_link_hash_table): Change type of
2831 * libelf.h (struct elf_link_hash_table): Add needed field. Remove
3855 * libelf.h (struct elf_link_hash_table): Add saw_needed field.
4621 (struct elf_link_hash_table): Add field dynamic_sections_created.
4801 * libelf.h (struct elf_link_hash_table): Change dynstr field to
6944 (struct elf_link_hash_table): Add fields dynobj, dynsymcount,
7140 (struct elf_link_hash_table): Define.
DChangeLog-00011127 (struct elf_link_hash_table): Change dynstr type to
4697 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
7039 * elf-bfd.h (elf_link_hash_table): Add runpath.
9335 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
9401 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
Delf64-alpha.c182 struct elf_link_hash_table root;
Delfxx-ia64.c163 struct elf_link_hash_table root;
Delf32-ppc.c2451 struct elf_link_hash_table elf;
DChangeLog-0203601 (struct elf_link_hash_table): Add tls_sec and tls_size.
4592 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
5656 (struct elf_link_hash_table): Add eh_info.
8037 (elf_link_hash_table): Add "loaded".
DChangeLog-96975074 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
5254 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
Delf64-ppc.c3438 struct elf_link_hash_table elf;
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Delf32.em873 struct elf_link_hash_table *htab;

12