Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h350 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); toDRI() local
994 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); section_rel_begin() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1482 sectionHeaderTableMapping(IO & IO,ELFYAML::SectionHeaderTable & SHT) sectionHeaderTableMapping() argument
1557 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) mapping() local
1716 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { validate() local
[all...]
H A DELFEmitter.cpp2027 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); writeELF() local