Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp127 for (SectionType section_type : g_sections) { in CreateInstance() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp132 for (SectionType section_type : g_sections) { in CreateInstance() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 SectionType section_type) { in LoadSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp35 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator()
89 Record::Kind section_type, in LineIterator()
131 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp304 SectionType section_type = eSectionTypeOther; in CreateSections() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp300 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp669 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
697 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
1430 uint32_t section_type; in DumpLiteralPointerSection() local
1520 uint32_t section_type; in DumpLiteralPointerSection() local
1750 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local
3009 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3030 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local
3065 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
3096 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local
8689 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c717 section_type(unsigned int mach, unsigned int stype) in section_type() function