Searched refs:PLTRelShdr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2046 const Elf_Shdr *PLTRelShdr = findNotEmptySectionByAddress(Obj, *DtJmpRel); local
2047 if (!PLTRelShdr)
2051 unwrapOrError(Obj->getSection(PLTRelShdr->sh_link));
2068 switch (PLTRelShdr->sh_type) {
2070 for (const Elf_Rel *RI = Obj->rel_begin(PLTRelShdr),
2071 *RE = Obj->rel_end(PLTRelShdr);
2078 for (const Elf_Rela *RI = Obj->rela_begin(PLTRelShdr),
2079 *RE = Obj->rela_end(PLTRelShdr);

Completed in 43 milliseconds