| /freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 330 SectionType section_type = lldb::eSectionTypeOther; in CreateSectionsWithBitness() local 332 section_type = eSectionTypeCode; in CreateSectionsWithBitness() 334 section_type = eSectionTypeData; in CreateSectionsWithBitness() 336 section_type = eSectionTypeZeroFill; in CreateSectionsWithBitness() 338 section_type = llvm::StringSwitch<SectionType>(section.Name) in CreateSectionsWithBitness() 347 module_sp, this, ++idx, const_sect_name, section_type, in CreateSectionsWithBitness()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 158 for (SectionType section_type : g_sections) { in CreateInstance() local 160 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance() 162 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 271 SectionType section_type = eSectionTypeOther; in CreateSections() local 278 section_type = eSectionTypeCode; in CreateSections() 287 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections() 288 if (section_type == eSectionTypeOther) in CreateSections() 301 section_type, // Section ID. in CreateSections() 303 section_type, // Section type. in CreateSections()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 19 SectionType section_type) { in LoadSection() 23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection() 18 LoadSection(SectionList * section_list,SectionType section_type) LoadSection() argument
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterSection.cpp | 18 Module &module, SectionType section_type, in ForEachFormatterInModule() argument 24 auto section_sp = sections->FindSectionByType(section_type, true); in ForEachFormatterInModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 658 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 659 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 660 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 661 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS || in PrintIndirectSymbols() 662 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS || in PrintIndirectSymbols() 663 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols() 665 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols() 686 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 687 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 688 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() [all …]
|
| /freebsd/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/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/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 312 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local 313 switch (section_type) { in GetAddressClass()
|
| /freebsd/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()
|