Home
last modified time | relevance | path

Searched defs:RelSec (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
DELFObjectFile.h644 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h835 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h922 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1841 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local
2107 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local