Lines Matching refs:entries

165   /* Cumulative flags for all the .got entries.  */
230 equality wrt PLT entries -- we don't create a PLT entry if a symbol's
318 /* For every input file, these are the got entries for that object's
1804 or PLT entries), there's no possibility or desire to optimize TLS
2148 the actual plt entries until size_plt_section, called from
2169 is not a function. The Alpha, since it uses .got entries for all
2212 the logic related to got and plt entries in the superclass. */
2216 /* Merge the .got entries. Cannibalize the old symbol's list in
2244 /* And similar for the reloc entries. */
2282 /* By their nature, local .got entries cannot be merged. */
2352 /* Let the local .got entries know they are part of a new subsegment. */
2365 /* Merge the global .got entries. */
2428 /* Calculate the offsets for the got entries. */
2467 /* Next, fill in the offsets for all the global entries. */
2472 /* Finally, fill in the offsets for the local entries. */
2534 /* Yikes! A single object file has too many entries. */
2626 unsigned long entries;
2644 entries = 0;
2648 entries = (splt->size - NEW_PLT_HEADER_SIZE) / NEW_PLT_ENTRY_SIZE;
2650 entries = (splt->size - OLD_PLT_HEADER_SIZE) / OLD_PLT_ENTRY_SIZE;
2652 spltrel->size = entries * sizeof (Elf64_External_Rela);
2660 sgotplt->size = entries ? 16 : 0;
2704 /* May appear in GOT entries. */
2730 /* Work out the sizes of the dynamic relocation entries. */
2738 unsigned long entries;
2768 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic,
2771 if (entries)
2774 entries * sizeof (Elf64_External_Rela) * relent->count;
2792 unsigned long entries;
2795 for its got entries go into .rela.plt. */
2810 entries = 0;
2813 entries += alpha_dynamic_entries_for_reloc (gotent->reloc_type, dynamic,
2817 if (entries > 0)
2821 srel->size += sizeof (Elf64_External_Rela) * entries;
2832 unsigned long entries;
2844 entries = 0;
2863 entries += (alpha_dynamic_entries_for_reloc
2872 BFD_ASSERT (entries == 0);
2875 srel->size = sizeof (Elf64_External_Rela) * entries;
2912 symbols need dynamic relocation entries and which don't. We've
2981 /* Add some entries to the .dynamic section. We fill in the
2983 must add the entries now so that we get the correct size for
4359 /* Need to adjust local GOT entries' addends for SEC_MERGE
4959 /* Fill in the dynamic relocations for this symbol's .got entries. */