Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp123 for (SectionType section_type : g_sections) { in CreateInstance() local
125 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
127 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp122 for (SectionType section_type : g_sections) { in CreateInstance() local
124 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
126 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp127 for (SectionType section_type : g_sections) { in CreateInstance() local
129 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
131 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp300 SectionType section_type = eSectionTypeOther; in CreateSections() local
307 section_type = eSectionTypeCode; in CreateSections()
316 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections()
317 if (section_type == eSectionTypeOther) in CreateSections()
330 section_type, // Section ID. in CreateSections()
332 section_type, // Section type. in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 SectionType section_type) { in LoadSection() argument
21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1450 uint32_t section_type; in DumpLiteralPointerSection() local
1459 section_type == MachO::S_4BYTE_LITERALS || in DumpLiteralPointerSection()
1461 section_type == MachO::S_16BYTE_LITERALS) in DumpLiteralPointerSection()
1540 uint32_t section_type; in DumpLiteralPointerSection() local
1553 switch (section_type) { in DumpLiteralPointerSection()
1803 switch (section_type) { in DumpSectionContents()
1838 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8715 if (section_type == MachO::S_REGULAR) in PrintSection()
8717 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
8787 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp36 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() argument
37 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator()
43 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);
90 Record::Kind section_type, in LineIterator() argument
92 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator()
132 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines() argument
133 return llvm::make_range(LineIterator(*m_objfile_sp, section_type), in lines()
H A DSymbolFileBreakpad.h178 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp935 SectionType section_type = in GetSectionType() local
958 if (section_type != eSectionTypeInvalid) in GetSectionType()
959 return section_type; in GetSectionType()
998 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections() local
1005 section_type, in CreateSections()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp303 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
304 switch (section_type) { in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1141 const lldb::SectionType section_type = section_sp->GetType(); in GetAddressClass() local
1142 switch (section_type) { in GetAddressClass()
3268 uint32_t section_type = in ParseSymtab()
3271 switch (section_type) { in ParseSymtab()
4153 uint32_t section_type = symbol_section->Get() & SECTION_TYPE; in ParseSymtab()
4155 switch (section_type) { in ParseSymtab()