reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ELFDumper.cpp
 2348     GotSec = findSectionByName(*Obj, FileName, ".got");
 2349     if (!GotSec)
 2353         unwrapOrError(FileName, Obj->getSectionContents(GotSec));
 2401     GotSec = findNotEmptySectionByAddress(Obj, FileName, *DtPltGot);
 2402     if (!GotSec)
 2411         unwrapOrError(FileName, Obj->getSectionContents(GotSec));
 2446   return GotSec->sh_addr + 0x7ff0;
 2495   return GotSec->sh_addr + Offset;