Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1532 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument
1533 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()
1534 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()
1535 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1536 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()
1607 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local
1608 TypeStr = SHT->TypeStr; in mapping()
1768 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
1769 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
H A DELFEmitter.cpp2122 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
2123 if (!SHT.NoHeaders.value_or(false)) in writeELF()
2124 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()
2125 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h372 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
374 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()
1037 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
1038 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
1512 uintptr_t SHT = reinterpret_cast<uintptr_t>(cantFail(EF.sections()).begin()); in getCrelDecodeProblem() local
1513 auto I = (Sec.p - SHT) / EF.getHeader().e_shentsize; in getCrelDecodeProblem()
/freebsd/contrib/ntp/
H A DChangeLog1371 * [Bug 2503] SHT utility outdated