Searched refs:SectionType (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h205 SectionType &sectionType,
H A DMachONormalizedFileFromAtoms.cpp53 SectionInfo(StringRef seg, StringRef sect, SectionType type,
59 SectionType type;
77 SectionInfo::SectionInfo(StringRef sg, StringRef sct, SectionType t,
231 SectionType sectionType;
262 SectionType sectionType;
H A DMachONormalizedFileBinaryReader.cpp299 section.type = (SectionType)(read32(&sect->flags, isBig) &
342 section.type = (SectionType)(read32(&sect->flags, isBig) &
H A DMachONormalizedFileYAML.cpp172 struct ScalarEnumerationTraits<SectionType> {
173 static void enumeration(IO &io, SectionType &value) {
H A DMachONormalizedFileToAtoms.cpp57 SectionType sectionType;
1593 SectionType &sectionType,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h329 GetCachedSectionData(lldb::SectionType sect_type,
332 virtual void LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARF.cpp577 SymbolFileDWARF::GetCachedSectionData(lldb::SectionType sect_type,
585 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1562 static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
1564 return llvm::StringSwitch<SectionType>(Name)
1595 return llvm::StringSwitch<SectionType>(Name)
1607 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const {
1626 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) {
1813 SectionType sect_type = GetSectionType(header);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp90 template <typename SectionType>
91 SectionType constructSection(MachOYAML::Section Sec) {
92 SectionType TempSec;
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_apei.c305 if (memcmp(mem_uuid, ged->SectionType, ACPI_UUID_LENGTH) == 0) {
307 } else if (memcmp(pcie_uuid, ged->SectionType, ACPI_UUID_LENGTH) == 0) {
310 t = ged->SectionType;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp508 unsigned SectionType = MachO->getSectionType(Section); local
509 return SectionType == MachO::S_ZEROFILL ||
510 SectionType == MachO::S_GB_ZEROFILL;
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h1710 UINT8 SectionType[16]; member in struct:acpi_hest_generic_data
1725 UINT8 SectionType[16]; member in struct:acpi_hest_generic_data_v300
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2019 unsigned SectionType = Flags & MachO::SECTION_TYPE; local
2021 !(SectionType == MachO::S_ZEROFILL ||
2022 SectionType == MachO::S_GB_ZEROFILL);
2027 unsigned SectionType = Flags & MachO::SECTION_TYPE; local
2029 (SectionType == MachO::S_ZEROFILL ||
2030 SectionType == MachO::S_GB_ZEROFILL);
2039 unsigned SectionType = Flags & MachO::SECTION_TYPE; local
2040 return SectionType == MachO::S_ZEROFILL ||
2041 SectionType == MachO::S_GB_ZEROFILL;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h634 enum SectionType { enum
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp322 const SectionType section_type = section_sp->GetType();
/freebsd-12-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h707 UINT8 SectionType[16]; member in struct:__anon10224
H A DAcpi50.h1377 UINT8 SectionType[16]; member in struct:__anon10309
H A DAcpi51.h1393 UINT8 SectionType[16]; member in struct:__anon10400
H A DAcpi60.h1577 UINT8 SectionType[16]; member in struct:__anon10502
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp494 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName(
496 lldb::SectionType sect_type = lldb::eSectionTypeCode;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp492 SectionType sect_type = section_sp->GetType();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h114 enum SectionType : uint32_t {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5186 uint32_t SectionType = ElfSec->sh_type; local
5187 if (SectionType != ELF::SHT_RELA && SectionType != ELF::SHT_REL)
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 628 milliseconds

12