Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dp-typeprint.c450 section_type; in pascal_type_print_base() local
552 section_type = s_none; in pascal_type_print_base()
575 section_type = s_protected; 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()
648 section_type = s_protected; in pascal_type_print_base()
657 section_type = s_private; in pascal_type_print_base()
663 if (section_type != s_public) in pascal_type_print_base()
[all …]
H A Dc-typeprint.c668 section_type; in c_type_print_base() local
785 section_type = s_none; in c_type_print_base()
879 section_type = s_protected; in c_type_print_base()
886 if (section_type != s_private) in c_type_print_base()
888 section_type = s_private; in c_type_print_base()
894 if (section_type != s_public) in c_type_print_base()
896 section_type = s_public; in c_type_print_base()
966 section_type = s_protected; in c_type_print_base()
975 section_type = s_private; in c_type_print_base()
981 if (section_type != s_public) in c_type_print_base()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp29 LineIterator(ObjectFile &obj, ConstString section_type) in LineIterator() argument
30 : m_obj(&obj), m_section_type(section_type), m_next_section_idx(0) { in LineIterator()
80 ConstString section_type) { in lines() argument
81 return llvm::make_range(LineIterator(obj, section_type), LineIterator(obj)); in lines()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp140 SectionType section_type = g_sections[idx]; in CreateInstance() local
142 objfile_section_list->FindSectionByType(section_type, true)); in CreateInstance()
145 module_section_list->FindSectionByType(section_type, true)); in CreateInstance()
/freebsd-12.1/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 DChangeLog246 * ldlang.h (enum section_type): Add overlay_section.
H A DChangeLog-2006862 * ldlang.h (enum section_type): Delete dsect_section, copy_section,
H A Dldlang.c5502 enum section_type sectype, in lang_enter_output_section_statement()
H A DChangeLog-91971483 * ldlang.h (enum section_type): Define.
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1127 uint32_t section_type; in DumpLiteralPointerSection() local
1136 section_type == MachO::S_4BYTE_LITERALS || in DumpLiteralPointerSection()
1138 section_type == MachO::S_16BYTE_LITERALS) in DumpLiteralPointerSection()
1214 uint32_t section_type; in DumpLiteralPointerSection() local
1227 switch (section_type) { in DumpLiteralPointerSection()
1471 switch (section_type) { in DumpSectionContents()
1506 if (section_type == MachO::S_ZEROFILL) in DumpSectionContents()
8259 if (section_type == MachO::S_REGULAR) in PrintSection()
8261 else if (section_type == MachO::S_ZEROFILL) in PrintSection()
8331 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/freebsd-12.1/contrib/gdb/include/
H A Dieee.h154 unsigned int section_type; member
/freebsd-12.1/contrib/binutils/include/
H A Dieee.h154 unsigned int section_type; member
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.krl26 byte section_type
29 Where "section_type" indicates the type of the "section_data". An exception
/freebsd-12.1/contrib/binutils/bfd/
H A Dieee.c1098 bfd_byte section_type[3]; in ieee_slurp_sections() local
1115 section_type[0] = this_byte_and_next (&(ieee->h)); in ieee_slurp_sections()
1119 switch (section_type[0]) in ieee_slurp_sections()
1123 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1125 switch (section_type[1]) in ieee_slurp_sections()
1130 section_type[2] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1131 switch (section_type[2]) in ieee_slurp_sections()
1156 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1158 switch (section_type[1]) in ieee_slurp_sections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp325 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
326 switch (section_type) { in GetAddressClass()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c364 static const char *section_type(unsigned int mach, unsigned int stype);
685 section_type(unsigned int mach, unsigned int stype) in section_type() function
2550 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2554 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2558 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c12492 int section_type; in s_change_section() local
12518 section_type = get_absolute_expression (); in s_change_section()
12520 section_type = 0; in s_change_section()
12549 if (section_type == SHT_MIPS_DWARF) in s_change_section()
12550 section_type = SHT_PROGBITS; in s_change_section()
12552 obj_elf_change_section (section_name, section_type, section_flag, in s_change_section()