Home
last modified time | relevance | path

Searched defs:section_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp126 for (SectionType section_type : g_sections) { CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp130 for (SectionType section_type : g_sections) { CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp121 for (SectionType section_type : g_sections) { CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp18 LoadSection(SectionList * section_list,SectionType section_type) LoadSection() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp37 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator()
91 Record::Kind section_type, in LineIterator()
133 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp301 SectionType section_type = eSectionTypeOther; in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp312 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp662 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
690 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
1655 uint32_t section_type; in DumpLiteralPointerSection() local
1745 uint32_t section_type; in DumpLiteralPointerSection() local
1968 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local
3228 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3249 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3284 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
3315 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
8684 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c717 section_type(unsigned int mach, unsigned int stype) in section_type() function