Lines Matching defs:need

2522    need to bump up the number of section headers.  */
2757 the APUinfo values that will need to be emitted. */
3174 /* Track PLT entries needed for a given symbol. We might need more
3670 You might think dyn_relocs need not be copied over; After all,
4186 /* We may also need a plt entry if the symbol turns out to be
4347 /* The following relocations don't need to propagate the
4484 /* We may need a plt entry if the symbol turns out to be
4489 /* We may need a copy reloc too. */
4522 /* We may need a plt entry if the symbol turns out to be
4533 against a local symbol, then we need to copy the reloc
4535 -Bsymbolic, we do not need to copy a reloc against a
4549 may need to keep relocations for symbols satisfied by a
4584 relocations we need for this symbol. */
4610 We really need local syms available to do this
5686 won't need a .plt entry. */
5769 For such cases we need not do anything here; the relocations will
5778 GOT, we don't need to generate a copy reloc. */
5847 runtime process image. We need to remember the offset into the
5925 allocate_got (struct ppc_elf_link_hash_table *htab, unsigned int need)
5933 htab->elf.sgot->size += need;
5938 if (need <= htab->got_gap)
5941 htab->got_gap -= need;
5945 if (htab->elf.sgot->size + need > max_before_header
5952 htab->elf.sgot->size += need;
6081 /* We also need to make an entry in the .rela.plt section. */
6146 unsigned int need;
6158 need = 0;
6169 need += 8;
6172 need += 8;
6174 need += 4;
6176 need += 4;
6179 need += 4;
6180 if (need == 0)
6184 eh->elf.got.offset = allocate_got (htab, need);
6195 /* All the entries we allocated need relocs.
6199 need -= 4;
6200 rsec->size += need * (sizeof (Elf32_External_Rela) / 4);
6282 symbols which turn out to need copy relocs or are not
6459 unsigned int need = 0;
6463 need += 8;
6467 need += 4;
6469 need += 4;
6472 need += 4;
6473 if (need == 0)
6477 *local_got = allocate_got (htab, need);
6483 srel->size += need * (sizeof (Elf32_External_Rela) / 4);
6584 /* Space for the branch table. ??? We don't need entries for
6665 /* Strip this section if we don't need it; see the
6692 /* We use the reloc_count field as a counter if we need
6705 /* If we don't need this section, strip it from the
6774 need a DT_TEXTREL entry. */
6975 /* No need to do anything with non-alloc or non-code sections. */
7263 adjusted, so all references to such symbols need to be
7303 /* If the branch is in range, no need to do anything. */
7354 /* Hijack the old relocation. Since we need two
8095 /* We read the low GOT_TLS insn because we need to keep
8753 /* Relocations that need no special processing. */
8792 /* Relocations that may need to be propagated if this is a shared
8864 handled right here, no need to bother the dynamic linker. */
10251 /* We don't need to fill in the .plt. The ppc dynamic
10316 function symbols with plt entries, because we need
10363 /* We only need one non-PIC glink stub. */
10776 /* We have a plt call stub that may need fixing. */