Home
last modified time | relevance | path

Searched refs:section_htab (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsection.c866 memset (abfd->section_htab.table, 0, in bfd_section_list_clear()
867 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear()
868 abfd->section_htab.count = 0; in bfd_section_list_clear()
891 sh = section_hash_lookup (&abfd->section_htab, name, false, false); in bfd_get_section_by_name()
1002 sh = section_hash_lookup (&abfd->section_htab, name, false, false); in bfd_get_section_by_name_if()
1055 while (section_hash_lookup (&abfd->section_htab, sname, false, false)); in bfd_get_unique_section_name()
1110 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_old_way()
1165 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_anyway_with_flags()
1178 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name); in bfd_make_section_anyway_with_flags()
1250 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_with_flags()
[all …]
H A Dformat.c107 struct bfd_hash_table section_htab; member
132 preserve->section_htab = abfd->section_htab; in bfd_preserve_save()
139 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc, in bfd_preserve_save()
163 bfd_hash_table_free (&abfd->section_htab); in bfd_preserve_restore()
168 abfd->section_htab = preserve->section_htab; in bfd_preserve_restore()
201 bfd_hash_table_free (&preserve->section_htab); in bfd_preserve_finish()
H A Dopncls.c84 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc, in _bfd_new_bfd()
128 bfd_hash_table_free (&abfd->section_htab); in _bfd_delete_bfd()
168 bfd_hash_table_free (&abfd->section_htab); in _bfd_free_cached_info()
H A Dbfd-in2.h6700 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsection.c880 memset (abfd->section_htab.table, 0, in bfd_section_list_clear()
881 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear()
882 abfd->section_htab.count = 0; in bfd_section_list_clear()
905 sh = section_hash_lookup (&abfd->section_htab, name, false, false); in bfd_get_section_by_name()
1016 sh = section_hash_lookup (&abfd->section_htab, name, false, false); in bfd_get_section_by_name_if()
1069 while (section_hash_lookup (&abfd->section_htab, sname, false, false)); in bfd_get_unique_section_name()
1124 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_old_way()
1179 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_anyway_with_flags()
1192 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name); in bfd_make_section_anyway_with_flags()
1264 sh = section_hash_lookup (&abfd->section_htab, name, true, false); in bfd_make_section_with_flags()
[all …]
H A Dformat.c114 struct bfd_hash_table section_htab; member
142 preserve->section_htab = abfd->section_htab; in bfd_preserve_save()
149 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc, in bfd_preserve_save()
210 bfd_hash_table_free (&abfd->section_htab); in bfd_preserve_restore()
215 abfd->section_htab = preserve->section_htab; in bfd_preserve_restore()
251 bfd_hash_table_free (&preserve->section_htab); in bfd_preserve_finish()
H A Dopncls.c109 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc, in _bfd_new_bfd()
173 bfd_hash_table_free (&abfd->section_htab); in _bfd_delete_bfd()
222 bfd_hash_table_free (&abfd->section_htab); in _bfd_free_cached_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c189 static GTY(()) hash_table<section_hasher> *section_htab;
288 slot = section_htab->find_slot_with_hash (name, htab_hash_string (name), in get_section()
6351 section_htab = hash_table<section_hasher>::create_ggc (31); in init_varasm_once()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc193 static GTY(()) hash_table<section_hasher> *section_htab;
297 slot = section_htab->find_slot_with_hash (name, htab_hash_string (name), in get_section()
6613 section_htab = hash_table<section_hasher>::create_ggc (31); in init_varasm_once()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdt.texi237 struct bfd_hash_table section_htab;
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfdt.texi243 struct bfd_hash_table section_htab;
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h6658 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/x86_64/
H A Dbfd.h2182 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/armeb/
H A Dbfd.h6658 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/sh3eb/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/or1k/
H A Dbfd.h6748 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/riscv32/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/i386/
H A Dbfd.h6704 struct bfd_hash_table section_htab; member
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/coldfire/
H A Dbfd.h6748 struct bfd_hash_table section_htab; member

1234