| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | p-typeprint.c | 450 section_type; in pascal_type_print_base() local 552 section_type = s_none; in pascal_type_print_base() 573 if (section_type != s_protected) in pascal_type_print_base() 575 section_type = s_protected; in pascal_type_print_base() 582 if (section_type != s_private) in pascal_type_print_base() 584 section_type = s_private; in pascal_type_print_base() 590 if (section_type != s_public) in pascal_type_print_base() 592 section_type = s_public; in pascal_type_print_base() 622 if (len && section_type != s_none) in pascal_type_print_base() 646 if (section_type != s_protected) in pascal_type_print_base() [all …]
|
| H A D | c-typeprint.c | 665 section_type; in c_type_print_base() local 782 section_type = s_none; in c_type_print_base() 874 if (section_type != s_protected) in c_type_print_base() 876 section_type = s_protected; in c_type_print_base() 883 if (section_type != s_private) in c_type_print_base() 885 section_type = s_private; in c_type_print_base() 891 if (section_type != s_public) in c_type_print_base() 893 section_type = s_public; in c_type_print_base() 935 if (real_len > 0 && section_type != s_none) in c_type_print_base() 961 if (section_type != s_protected) in c_type_print_base() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 123 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 121 for (SectionType section_type : g_sections) { in CreateInstance() local 123 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance() 125 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 18 SectionType section_type) { in LoadSection() argument 22 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldlang.h | 108 enum section_type enum 141 enum section_type sectype; 438 enum section_type sectype,
|
| H A D | ldgram.y | 48 static enum section_type sectype;
|
| H A D | ldlang.c | 4008 enum section_type sectype, in lang_enter_output_section_statement()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlang.h | 108 enum section_type enum 155 enum section_type sectype; 466 enum section_type sectype,
|
| H A D | ldgram.y | 48 static enum section_type sectype;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 688 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 689 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 690 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 691 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS || in PrintIndirectSymbols() 692 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS || in PrintIndirectSymbols() 693 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols() 695 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols() 716 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 717 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 718 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() [all …]
|
| /openbsd-src/gnu/llvm/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 | 178 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | ieee.h | 154 unsigned int section_type; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | ieee.h | 154 unsigned int section_type; member
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.krl | 26 byte section_type 29 Where "section_type" indicates the type of the "section_data". An exception
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ieee.c | 1099 bfd_byte section_type[3]; in ieee_slurp_sections() local 1116 section_type[0] = this_byte_and_next (&(ieee->h)); in ieee_slurp_sections() 1120 switch (section_type[0]) in ieee_slurp_sections() 1124 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections() 1126 switch (section_type[1]) in ieee_slurp_sections() 1131 section_type[2] = this_byte (&(ieee->h)); in ieee_slurp_sections() 1132 switch (section_type[2]) in ieee_slurp_sections() 1157 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections() 1159 switch (section_type[1]) in ieee_slurp_sections()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ieee.c | 1266 bfd_byte section_type[3]; local 1281 section_type[0] = this_byte_and_next (&(ieee->h)); 1285 switch (section_type[0]) 1289 section_type[1] = this_byte (&(ieee->h)); 1291 switch (section_type[1]) 1295 section_type[2] = this_byte (&(ieee->h)); 1296 switch (section_type[2]) 1319 section_type[1] = this_byte (&(ieee->h)); 1321 switch (section_type[1])
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 983 SectionType section_type = in GetSectionType() local 1006 if (section_type != eSectionTypeInvalid) in GetSectionType() 1007 return section_type; in GetSectionType() 1046 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections() local 1053 section_type, in CreateSections()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 303 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local 304 switch (section_type) { in GetAddressClass()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1158 const lldb::SectionType section_type = section_sp->GetType(); in GetAddressClass() local 1159 switch (section_type) { in GetAddressClass() 3284 uint32_t section_type = in ParseSymtab() 3287 switch (section_type) { in ParseSymtab() 4169 uint32_t section_type = symbol_section->Get() & SECTION_TYPE; in ParseSymtab() 4171 switch (section_type) { in ParseSymtab()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 11949 int section_type; in s_change_section() local 11975 section_type = get_absolute_expression (); in s_change_section() 11977 section_type = 0; in s_change_section() 12006 if (section_type == SHT_MIPS_DWARF) in s_change_section() 12007 section_type = SHT_PROGBITS; in s_change_section() 12009 obj_elf_change_section (section_name, section_type, section_flag, in s_change_section()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 11816 int section_type; in s_change_section() local 11842 section_type = get_absolute_expression (); in s_change_section() 11844 section_type = 0; in s_change_section() 11873 if (section_type == SHT_MIPS_DWARF) in s_change_section() 11874 section_type = SHT_PROGBITS; in s_change_section() 11876 obj_elf_change_section (section_name, section_type, section_flag, in s_change_section()
|