| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 125 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 120 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 129 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-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 301 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 19 SectionType section_type) { in LoadSection() argument 23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 662 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 663 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 664 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 665 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS || in PrintIndirectSymbols() 666 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS || in PrintIndirectSymbols() 667 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols() 669 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols() 690 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 691 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 692 section_type in PrintIndirectSymbols() 1655 uint32_t section_type; DumpLiteralPointerSection() local 1745 uint32_t section_type; DumpLiteralPointerSection() local 1968 uint32_t section_type = section_flags & MachO::SECTION_TYPE; DumpSectionContents() local 3228 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; GuessCstringPointer() local 3249 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; GuessCstringPointer() local 3284 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; GuessIndirectSymbol() local 3315 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; GuessIndirectSymbol() local 8572 uint32_t section_type = flags & MachO::SECTION_TYPE; PrintSection() local [all...] |
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 37 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 D | SymbolFileBreakpad.h | 168 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
|
| /freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 312 const SectionType section_type = section_sp->GetType(); in GetAddressClass() 313 switch (section_type) { in GetAddressClass() 303 const SectionType section_type = section_sp->GetType(); GetAddressClass() local
|
| /freebsd-src/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 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()
|