HomeSort by: relevance | last modified time | path
    Searched refs:section_htab (Results 1 - 25 of 177) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/binutils/dist/bfd/
section.c 892 memset (abfd->section_htab.table, 0,
893 abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
894 abfd->section_htab.count = 0;
917 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1028 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1081 while (section_hash_lookup (&abfd->section_htab, sname, false, false));
1136 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1186 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1199 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name);
1271 sh = section_hash_lookup (&abfd->section_htab, name, true, false)
    [all...]
format.c 123 struct bfd_hash_table section_htab; member in struct:bfd_preserve
151 preserve->section_htab = abfd->section_htab;
158 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
219 bfd_hash_table_free (&abfd->section_htab);
224 abfd->section_htab = preserve->section_htab;
260 bfd_hash_table_free (&preserve->section_htab);
opncls.c 90 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc,
154 bfd_hash_table_free (&abfd->section_htab);
188 bfd_hash_table_free (&abfd->section_htab);
1024 if (!bfd_hash_table_init_n (&abfd->section_htab, bfd_section_hash_newfunc,
bfd-in2.h 2177 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils.old/dist/bfd/
section.c 888 memset (abfd->section_htab.table, 0,
889 abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
890 abfd->section_htab.count = 0;
913 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1024 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1077 while (section_hash_lookup (&abfd->section_htab, sname, false, false));
1132 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1182 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1195 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name);
1267 sh = section_hash_lookup (&abfd->section_htab, name, true, false)
    [all...]
format.c 149 struct bfd_hash_table section_htab; member in struct:bfd_preserve
177 preserve->section_htab = abfd->section_htab;
184 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
245 bfd_hash_table_free (&abfd->section_htab);
250 abfd->section_htab = preserve->section_htab;
286 bfd_hash_table_free (&preserve->section_htab);
opncls.c 90 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc,
154 if (abfd->section_htab.memory)
155 bfd_hash_table_free (&abfd->section_htab);
189 if (abfd->section_htab.memory)
190 bfd_hash_table_free (&abfd->section_htab);
1026 if (!bfd_hash_table_init_n (&abfd->section_htab, bfd_section_hash_newfunc,
  /src/external/gpl3/gdb/dist/bfd/
section.c 889 memset (abfd->section_htab.table, 0,
890 abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
891 abfd->section_htab.count = 0;
914 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1025 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1078 while (section_hash_lookup (&abfd->section_htab, sname, false, false));
1133 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1183 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1196 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name);
1268 sh = section_hash_lookup (&abfd->section_htab, name, true, false)
    [all...]
format.c 121 struct bfd_hash_table section_htab; member in struct:bfd_preserve
149 preserve->section_htab = abfd->section_htab;
156 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
217 bfd_hash_table_free (&abfd->section_htab);
222 abfd->section_htab = preserve->section_htab;
258 bfd_hash_table_free (&preserve->section_htab);
opncls.c 94 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc,
170 bfd_hash_table_free (&abfd->section_htab);
231 bfd_hash_table_free (&abfd->section_htab);
  /src/external/gpl3/gdb.old/dist/bfd/
section.c 883 memset (abfd->section_htab.table, 0,
884 abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
885 abfd->section_htab.count = 0;
908 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1019 sh = section_hash_lookup (&abfd->section_htab, name, false, false);
1072 while (section_hash_lookup (&abfd->section_htab, sname, false, false));
1127 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1182 sh = section_hash_lookup (&abfd->section_htab, name, true, false);
1195 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name);
1267 sh = section_hash_lookup (&abfd->section_htab, name, true, false)
    [all...]
format.c 121 struct bfd_hash_table section_htab; member in struct:bfd_preserve
149 preserve->section_htab = abfd->section_htab;
156 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
217 bfd_hash_table_free (&abfd->section_htab);
222 abfd->section_htab = preserve->section_htab;
258 bfd_hash_table_free (&preserve->section_htab);
opncls.c 109 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc,
185 bfd_hash_table_free (&abfd->section_htab);
246 bfd_hash_table_free (&abfd->section_htab);
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 191 static GTY(()) hash_table<section_hasher> *section_htab;
210 /* Helper routines for maintaining section_htab. */
295 slot = section_htab->find_slot_with_hash (name, htab_hash_string (name),
6743 section_htab = hash_table<section_hasher>::create_ggc (31);
8769 section_htab = nullptr;
190 static GTY(()) hash_table<section_hasher> *section_htab; variable
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 194 static GTY(()) hash_table<section_hasher> *section_htab;
213 /* Helper routines for maintaining section_htab. */
298 slot = section_htab->find_slot_with_hash (name, htab_hash_string (name),
6638 section_htab = hash_table<section_hasher>::create_ggc (31);
193 static GTY(()) hash_table<section_hasher> *section_htab; variable
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/alpha/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/earm/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/hppa/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/i386/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/ia64/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd
  /src/external/gpl3/binutils/lib/libbfd/arch/m68000/
bfd.h 2181 struct bfd_hash_table section_htab; member in struct:bfd

Completed in 181 milliseconds

1 2 3 4 5 6 7 8