Lines Matching defs:table
317 int namidx; /* Index into string table. */
392 /* Hash table routines. There is no way to free up a hash table. */
394 /* An element in the hash table. Most uses will actually use a larger
404 table. */
408 /* A hash table. */
413 struct bfd_hash_entry **table;
414 /* The number of slots in the hash table. */
416 /* The number of entries in the hash table. */
420 /* A function used to create new elements in the hash table. The
429 /* An objalloc for this hash table. This is a struct objalloc *,
434 /* Initialize a hash table. */
442 /* Initialize a hash table specifying a size. */
450 /* Free up a hash table. */
454 /* Look up a string in a hash table. If CREATE is TRUE, a new entry
462 /* Replace an entry in a hash table. */
467 /* Base method for creating a hash table entry. */
471 /* Grab some space for a hash table entry. */
475 table in a random order, calling a function on each
483 /* Allows the default size of a hash table to be configured. New hash
493 /* A hash table used to hold stabs strings. */
495 /* The header file hash table. */
714 copy of ABFD's program header table entries. Return -1 if an error
719 /* Copy ABFD's program header table entries to *PHDRS. The entries
724 Return the number of program header table entries read, or -1 if an
944 /* The local symbol table index of the symbol associated with a
1197 It will be set if global offset table references were detected
2118 /* A pointer into the canonical table of pointers. */
2352 /* Linkage-table relative. */
2903 /* The type of reloc used to build a constructor table - at the moment
3448 /* This is a 6 bit offset from the call table base pointer. */
3451 /* This is a 16 bit offset from the call table base pointer. */
3857 the entries in a C++ virtual function table are actually used. When
3863 linker the inheritance tree of a C++ virtual function table. The
3868 virtual function table entry. The reloc's symbol should refer to the
3869 table of the class mentioned in the code. Off of that base, an offset
4478 /* A pointer to the target jump table. */
4541 /* A hash table for section names. */
4560 /* Symbol table for output BFD (with symcount entries). */
5178 /* Create a hash table for the linker. Different backends store
5179 different information in this table. */
5183 /* Release the memory associated with the linker hash table. */
5186 /* Add symbols from this object file into the hash table. */