Home
last modified time | relevance | path

Searched refs:elf_strtab_hash (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-strtab.c47 struct elf_strtab_hash struct
94 struct elf_strtab_hash *
97 struct elf_strtab_hash *table; in _bfd_elf_strtab_init()
98 bfd_size_type amt = sizeof (struct elf_strtab_hash); in _bfd_elf_strtab_init()
100 table = (struct elf_strtab_hash *) bfd_malloc (amt); in _bfd_elf_strtab_init()
131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free()
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add()
183 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_addref()
193 _bfd_elf_strtab_delref (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_delref()
204 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_refcount()
[all …]
Delf-bfd.h82 struct elf_strtab_hash;
480 struct elf_strtab_hash *dynstr;
1535 struct elf_strtab_hash *strtab_ptr;
1940 extern struct elf_strtab_hash * _bfd_elf_strtab_init
1943 (struct elf_strtab_hash *);
1945 (struct elf_strtab_hash *, const char *, bfd_boolean);
1947 (struct elf_strtab_hash *, bfd_size_type);
1949 (struct elf_strtab_hash *, bfd_size_type);
1951 (struct elf_strtab_hash *, bfd_size_type);
1953 (struct elf_strtab_hash *tab);
[all …]
Delflink.c408 struct elf_strtab_hash *dynstr; in bfd_elf_link_record_dynamic_symbol()
625 struct elf_strtab_hash *dynstr; in bfd_elf_link_record_local_dynamic_symbol()
3125 struct elf_strtab_hash *dynstr = (struct elf_strtab_hash *) data; in elf_adjust_dynstr_offsets()
3140 struct elf_strtab_hash *dynstr = hash_table->dynstr; in elf_finalize_dynstr()
Delfxx-sparc.c2784 struct elf_strtab_hash *dynstr; in _bfd_sparc_elf_size_dynamic_sections()
DChangeLog-0001958 dynstr type to `struct elf_strtab_hash *'.
1126 * elf-bfd.h (elf_strtab_hash): Forward declare.
1128 struct elf_strtab_hash *.
1130 struct elf_strtab_hash *.
Delf.c5317 struct elf_strtab_hash *shstrtab; in prep_headers()