Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h369 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
1032 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin() local
1506 auto I = (Sec.p - SHT) / EF.getHeader().e_shentsize; in getCrelDecodeProblem() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1500 sectionHeaderTableMapping(IO & IO,ELFYAML::SectionHeaderTable & SHT) sectionHeaderTableMapping() argument
1575 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) mapping() local
1734 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { validate() local
[all...]
H A DELFEmitter.cpp2095 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); writeELF() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp394 std::unique_ptr<ELFYAML::SectionHeaderTable> SHT = in dump() local