Home | History | Annotate | Download | only in include

Lines Matching defs:table

268   int namidx;		/* Index into string table.  */
349 /* Hash table routines. There is no way to free up a hash table. */
351 /* An element in the hash table. Most uses will actually use a larger
361 table. */
365 /* A hash table. */
370 struct bfd_hash_entry **table;
371 /* A function used to create new elements in the hash table. The
380 /* An objalloc for this hash table. This is a struct objalloc *,
383 /* The number of slots in the hash table. */
385 /* The number of entries in the hash table. */
389 /* If non-zero, don't grow the hash table. */
393 /* Initialize a hash table. */
401 /* Initialize a hash table specifying a size. */
409 /* Free up a hash table. */
413 /* Look up a string in a hash table. If CREATE is TRUE, a new entry
421 /* Insert an entry in a hash table. */
425 /* Rename an entry in a hash table. */
429 /* Replace an entry in a hash table. */
434 /* Base method for creating a hash table entry. */
438 /* Grab some space for a hash table entry. */
442 /* Traverse a hash table in a random order, calling a function on each
450 /* Allows the default size of a hash table to be configured. New hash
460 /* A hash table used to hold stabs strings. */
462 /* The header file hash table. */
686 copy of ABFD's program header table entries. Return -1 if an error
691 /* Copy ABFD's program header table entries to *PHDRS. The entries
696 Return the number of program header table entries read, or -1 if an
973 /* The local symbol table index of the symbol associated with a
1238 It will be set if global offset table references were detected
1447 /* Relaxation table. */
1450 /* Count of used relaxation table entries. */
1543 /* Relax table contains information about instructions which can
2273 /* A pointer into the canonical table of pointers. */
2519 /* Linkage-table relative. */
3201 /* The type of reloc used to build a constructor table - at the moment
3767 /* This is a 6 bit offset from the call table base pointer. */
3770 /* This is a 16 bit offset from the call table base pointer. */
3810 /* This is a 16 bit offset from the call table base pointer. */
4374 the entries in a C++ virtual function table are actually used. When
4380 linker the inheritance tree of a C++ virtual function table. The
4385 virtual function table entry. The reloc's symbol should refer to the
4386 table of the class mentioned in the code. Off of that base, an offset
5462 /* A pointer to the target jump table. */
5592 /* A hash table for section names. */
5611 /* Symbol table for output BFD (with symcount entries).
5716 /* Set if only required symbols should be added in the link hash table for
6307 /* Create a hash table for the linker. Different backends store
6308 different information in this table. */
6312 /* Release the memory associated with the linker hash table. */
6315 /* Add symbols from this object file into the hash table. */
6321 /* Copy the symbol type of a linker hash table entry. */