Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1465 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument
1466 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()
1467 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()
1468 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1469 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()
1540 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local
1541 TypeStr = SHT->TypeStr; in mapping()
1699 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
1700 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
H A DELFEmitter.cpp1975 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
1976 if (!SHT.NoHeaders.value_or(false)) in writeELF()
1977 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()
1978 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Darmbpabi.sc151 SHT\$\$INIT_ARRAY\$\$Base;
152 SHT\$\$INIT_ARRAY\$\$Limit;
223 ${RELOCATING+PROVIDE (SHT\$\$INIT_ARRAY\$\$Base = .);}
229 ${RELOCATING+PROVIDE (SHT\$\$INIT_ARRAY\$\$Limit = .);}
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h340 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
342 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()
969 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
970 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp395 std::unique_ptr<ELFYAML::SectionHeaderTable> SHT = in dump() local
397 SHT->Sections.emplace(); in dump()
399 SHT->Sections->push_back({S->Name}); in dump()
400 Chunks.push_back(std::move(SHT)); in dump()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-20051615 (SHT$$INIT_ARRAY$$Base): Likewise.
1616 (SHT$$INIT_ARRAY$$Limit): Likeise.
1682 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.