Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1500 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument
1501 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()
1502 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()
1503 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1504 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()
1575 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local
1576 TypeStr = SHT->TypeStr; in mapping()
1734 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
1735 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
H A DELFEmitter.cpp2095 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
2096 if (!SHT.NoHeaders.value_or(false)) in writeELF()
2097 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()
2098 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h369 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
371 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()
1032 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
1033 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
1506 uintptr_t SHT = reinterpret_cast<uintptr_t>(cantFail(EF.sections()).begin()); in getCrelDecodeProblem() local
1507 auto I = (Sec.p - SHT) / EF.getHeader().e_shentsize; in getCrelDecodeProblem()
/src/contrib/ntp/
H A DChangeLog1371 * [Bug 2503] SHT utility outdated