Home
last modified time | relevance | path

Searched refs:findSectionByAddress (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp493 static const typename ELFO::Elf_Shdr *findSectionByAddress(const ELFO *Obj, in findSectionByAddress() function
1775 const Elf_Shdr *GOTShdr = findSectionByAddress(Obj, *DtPltGot); in parseGOT()
1867 const Elf_Shdr *PLTShdr = findSectionByAddress(Obj, *DtMipsPltGot); in parsePLT()
1878 const Elf_Shdr *PLTRelShdr = findSectionByAddress(Obj, *DtJmpRel); in parsePLT()