| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 127 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 132 for (SectionType section_type : g_sections) { in CreateInstance() local 134 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance() 136 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 304 SectionType section_type = eSectionTypeOther; in CreateSections() local 311 section_type = eSectionTypeCode; in CreateSections() 320 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections() 321 if (section_type == eSectionTypeOther) in CreateSections() 334 section_type, // Section ID. in CreateSections() 336 section_type, // Section type. in CreateSections()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 17 SectionType section_type) { in LoadSection() argument 21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 35 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator() argument 36 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator() 42 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark); 89 Record::Kind section_type, in LineIterator() argument 91 : m_obj(&obj), m_section_type(toString(section_type)), in LineIterator() 131 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines() argument 132 return llvm::make_range(LineIterator(*m_objfile_sp, section_type), in lines()
|
| H A D | SymbolFileBreakpad.h | 175 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1430 uint32_t section_type; in DumpLiteralPointerSection() local 1439 section_type == MachO::S_4BYTE_LITERALS || in DumpLiteralPointerSection() 1441 section_type == MachO::S_16BYTE_LITERALS) in DumpLiteralPointerSection() 1520 uint32_t section_type; in DumpLiteralPointerSection() local 1533 switch (section_type) { in DumpLiteralPointerSection() 1783 switch (section_type) { in DumpSectionContents() 1818 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents() 8692 if (section_type == MachO::S_REGULAR) in PrintSection() 8694 else if (section_type == MachO::S_ZEROFILL) in PrintSection() 8764 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection() [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 26 byte section_type 29 Where "section_type" indicates the type of the "section_data". An exception
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 300 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local 301 switch (section_type) { in GetAddressClass()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 393 static const char *section_type(unsigned int mach, unsigned int stype); 717 section_type(unsigned int mach, unsigned int stype) in section_type() function 2614 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr() 2618 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr() 2622 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
|