Searched refs:section_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-typeprint.c451 section_type;
553 section_type = s_none;
574 if (section_type != s_protected)
576 section_type = s_protected;
583 if (section_type != s_private)
585 section_type = s_private;
591 if (section_type != s_public)
593 section_type = s_public;
623 if (len && section_type != s_none)
647 if (section_type !
450 section_type; local
[all...]
H A Dc-typeprint.c669 section_type;
786 section_type = s_none;
878 if (section_type != s_protected)
880 section_type = s_protected;
887 if (section_type != s_private)
889 section_type = s_private;
895 if (section_type != s_public)
897 section_type = s_public;
939 if (real_len > 0 && section_type != s_none)
965 if (section_type !
668 section_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp134 for (SectionType section_type : g_sections) {
136 objfile_section_list->FindSectionByType(section_type, true)) {
138 module_section_list->FindSectionByType(section_type, true))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 SectionType section_type) {
21 auto section_sp = section_list->FindSectionByType(section_type, true);
16 LoadSection(SectionList *section_list, SectionType section_type) argument
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.h108 enum section_type enum
153 enum section_type sectype;
481 enum section_type sectype,
H A Dldgram.y48 static enum section_type sectype;
H A Dldlang.c5504 enum section_type sectype,
/freebsd-11-stable/contrib/gdb/include/
H A Dieee.h154 unsigned int section_type; member in struct:ieee_section
/freebsd-11-stable/contrib/binutils/include/
H A Dieee.h154 unsigned int section_type; member in struct:ieee_section
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp33 LineIterator(ObjectFile &obj, Record::Kind section_type) argument
34 : m_obj(&obj), m_section_type(toString(section_type)),
40 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);
87 Record::Kind section_type,
89 : m_obj(&obj), m_section_type(toString(section_type)),
129 SymbolFileBreakpad::lines(Record::Kind section_type) { argument
130 return llvm::make_range(LineIterator(*m_objfile_sp, section_type),
86 LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark) argument
H A DSymbolFileBreakpad.h176 llvm::iterator_range<LineIterator> lines(Record::Kind section_type);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp740 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
741 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
742 section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
743 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
744 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS ||
745 section_type == MachO::S_SYMBOL_STUBS) {
747 if (section_type == MachO::S_SYMBOL_STUBS)
768 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
769 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
770 section_type
1454 uint32_t section_type; local
1544 uint32_t section_type; local
1771 uint32_t section_type = section_flags & MachO::SECTION_TYPE; local
3021 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3042 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3077 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3108 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
8667 uint32_t section_type = flags & MachO::SECTION_TYPE; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp322 const SectionType section_type = section_sp->GetType(); local
323 switch (section_type) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1100 bfd_byte section_type[3];
1117 section_type[0] = this_byte_and_next (&(ieee->h));
1121 switch (section_type[0])
1125 section_type[1] = this_byte (&(ieee->h));
1127 switch (section_type[1])
1132 section_type[2] = this_byte (&(ieee->h));
1133 switch (section_type[2])
1158 section_type[1] = this_byte (&(ieee->h));
1160 switch (section_type[1])
1098 bfd_byte section_type[3]; local
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c381 static const char *section_type(unsigned int mach, unsigned int stype);
705 section_type(unsigned int mach, unsigned int stype) function
2580 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2584 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \
2588 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c12503 int section_type;
12529 section_type = get_absolute_expression ();
12531 section_type = 0;
12560 if (section_type == SHT_MIPS_DWARF)
12561 section_type = SHT_PROGBITS;
12563 obj_elf_change_section (section_name, section_type, section_flag,
12492 int section_type; local

Completed in 191 milliseconds