Searched refs:findNotEmptySectionByAddress (Results 1 – 2 of 2) sorted by relevance
739 findNotEmptySectionByAddress(const ELFO *Obj, uint64_t Addr) { in findNotEmptySectionByAddress() function1974 const Elf_Shdr *GOTShdr = findNotEmptySectionByAddress(Obj, *DtPltGot); in parseGOT()2040 const Elf_Shdr *PLTShdr = findNotEmptySectionByAddress(Obj, *DtMipsPltGot); in parsePLT()2046 const Elf_Shdr *PLTRelShdr = findNotEmptySectionByAddress(Obj, *DtJmpRel); in parsePLT()
818 findNotEmptySectionByAddress(const ELFO *Obj, uint64_t Addr) { in findNotEmptySectionByAddress() function2103 GotSec = findNotEmptySectionByAddress(Obj, *DtPltGot); in MipsGOTParser()2124 PltSec = findNotEmptySectionByAddress(Obj, *DtMipsPltGot); in MipsGOTParser()2129 PltRelSec = findNotEmptySectionByAddress(Obj, *DtJmpRel); in MipsGOTParser()