HomeSort by: relevance | last modified time | path
    Searched refs:RelocSec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 563 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) {
571 const SectionBase *TargetSec = RelocSec->getSection();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 305 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec,
5790 const Elf_Shdr &RelocSec, unsigned Ndx,
5802 Twine(Ndx) + " in " + describe(RelocSec) + ": " +
5917 const Elf_Shdr *RelocSec = StackSizeMapEntry.second;
5920 if (!RelocSec) {
5942 *RelocSec, /*RawRelr=*/false,
5947 describe(*RelocSec) +
5953 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec,

Completed in 45 milliseconds