Searched refs:PLTRelShdr (Results 1 – 1 of 1) sorted by relevance
1878 const Elf_Shdr *PLTRelShdr = findSectionByAddress(Obj, *DtJmpRel); in parsePLT() local1884 Obj->getSection(PLTRelShdr->sh_link); in parsePLT()1904 switch (PLTRelShdr->sh_type) { in parsePLT()1906 for (const Elf_Rel *RI = Obj->rel_begin(PLTRelShdr), in parsePLT()1907 *RE = Obj->rel_end(PLTRelShdr); in parsePLT()1914 for (const Elf_Rela *RI = Obj->rela_begin(PLTRelShdr), in parsePLT()1915 *RE = Obj->rela_end(PLTRelShdr); in parsePLT()