Searched refs:section_kind (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcomp-unit-head.c40 rcuh_kind section_kind)
59 switch (section_kind)
68 internal_error (_("read_comp_unit_head: invalid section_kind"));
81 if (section_kind != rcuh_kind::COMPILE)
89 section_kind = rcuh_kind::TYPE;
118 bool header_has_signature = section_kind == rcuh_kind::TYPE
128 if (section_kind == rcuh_kind::TYPE)
181 rcuh_kind section_kind)
187 info_ptr = read_comp_unit_head (header, info_ptr, section, section_kind);
37 read_comp_unit_head(struct comp_unit_head *cu_header, const gdb_byte *info_ptr, struct dwarf2_section_info *section, rcuh_kind section_kind) argument
176 read_and_check_comp_unit_head(dwarf2_per_objfile *per_objfile, struct comp_unit_head *header, struct dwarf2_section_info *section, struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr, rcuh_kind section_kind) argument
H A Dcomp-unit-head.h108 rcuh_kind section_kind);
119 rcuh_kind section_kind);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dcomp-unit.c67 rcuh_kind section_kind)
85 switch (section_kind)
95 _("read_comp_unit_head: invalid section_kind"));
108 if (section_kind != rcuh_kind::COMPILE)
116 section_kind = rcuh_kind::TYPE;
146 bool header_has_signature = section_kind == rcuh_kind::TYPE
156 if (section_kind == rcuh_kind::TYPE)
209 rcuh_kind section_kind)
215 info_ptr = read_comp_unit_head (header, info_ptr, section, section_kind);
64 read_comp_unit_head(struct comp_unit_head *cu_header, const gdb_byte *info_ptr, struct dwarf2_section_info *section, rcuh_kind section_kind) argument
204 read_and_check_comp_unit_head(dwarf2_per_objfile *per_objfile, struct comp_unit_head *header, struct dwarf2_section_info *section, struct dwarf2_section_info *abbrev_section, const gdb_byte *info_ptr, rcuh_kind section_kind) argument
H A Dcomp-unit.h109 rcuh_kind section_kind);
120 rcuh_kind section_kind);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dplugin-api.h148 char section_kind; member in struct:ld_plugin_symbol
154 char section_kind; member in struct:ld_plugin_symbol
160 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dplugin-api.h148 char section_kind; member in struct:ld_plugin_symbol
154 char section_kind; member in struct:ld_plugin_symbol
160 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dplugin-api.h148 char section_kind; member in struct:ld_plugin_symbol
154 char section_kind; member in struct:ld_plugin_symbol
160 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dplugin-api.h148 char section_kind; member in struct:ld_plugin_symbol
154 char section_kind; member in struct:ld_plugin_symbol
160 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dplugin-api.h148 char section_kind; member in struct:ld_plugin_symbol
154 char section_kind; member in struct:ld_plugin_symbol
160 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dplugin-api.h149 char section_kind; member in struct:ld_plugin_symbol
155 char section_kind; member in struct:ld_plugin_symbol
161 char section_kind; member in struct:ld_plugin_symbol
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dpef.h112 unsigned char section_kind; member in struct:bfd_pef_section
H A Dpef.c265 switch (section->section_kind)
282 switch (section->section_kind)
398 section->section_kind = buf[24];
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dpef.h112 unsigned char section_kind; member in struct:bfd_pef_section
H A Dpef.c266 switch (section->section_kind)
283 switch (section->section_kind)
399 section->section_kind = buf[24];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dpef.h112 unsigned char section_kind; member in struct:bfd_pef_section
H A Dpef.c265 switch (section->section_kind)
282 switch (section->section_kind)
398 section->section_kind = buf[24];
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dpef.h112 unsigned char section_kind; member in struct:bfd_pef_section
H A Dpef.c266 switch (section->section_kind)
283 switch (section->section_kind)
399 section->section_kind = buf[24];
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dtestplug.c250 sym->section_kind = 0;
H A Dtestplug3.c228 sym->section_kind = 0;
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dtestplug.c247 sym->section_kind = 0;
H A Dtestplug3.c228 sym->section_kind = 0;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dtestplug.c249 sym->section_kind = 0;
H A Dtestplug3.c230 sym->section_kind = 0;
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c294 entry->unused = entry->section_kind = entry->symbol_type = 0;
338 entry->section_kind = *p;
393 - section_kind

Completed in 396 milliseconds

12