Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp120 for (SectionType section_type : g_sections) { in CreateInstance() local
122 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
124 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp125 for (SectionType section_type : g_sections) { in CreateInstance() local
127 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
129 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp129 for (SectionType section_type : g_sections) { in CreateInstance() local
131 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
133 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp301 SectionType section_type = eSectionTypeOther; in CreateSections() local
308 section_type = eSectionTypeCode; in CreateSections()
317 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections()
318 if (section_type == eSectionTypeOther) in CreateSections()
331 section_type, // Section ID. in CreateSections()
333 section_type, // Section type. in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp19 SectionType section_type) { in LoadSection() argument
23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1655 uint32_t section_type; in DumpLiteralPointerSection() local
1666 section_type == MachO::S_16BYTE_LITERALS) in DumpLiteralPointerSection()
1745 uint32_t section_type; in DumpLiteralPointerSection() local
1758 switch (section_type) { in DumpLiteralPointerSection()
1994 switch (section_type) { in DumpSectionContents()
2029 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8575 if (section_type == MachO::S_REGULAR) in PrintSection()
8577 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
8599 else if (section_type == MachO::S_COALESCED) in PrintSection()
8649 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp37 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() argument
38 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator()
44 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);
91 Record::Kind section_type, in LineIterator() argument
93 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator()
133 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines() argument
134 return llvm::make_range(LineIterator(*m_objfile_sp, section_type), in lines()
H A DSymbolFileBreakpad.h169 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/freebsd/crypto/openssh/
H A DPROTOCOL.krl26 byte section_type
29 Where "section_type" indicates the type of the "section_data". An exception
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp303 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
304 switch (section_type) { in GetAddressClass()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c393 static const char *section_type(unsigned int mach, unsigned int stype);
717 section_type(unsigned int mach, unsigned int stype) in section_type() function
2616 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2620 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2624 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()