Searched refs:DW_SECT_MAX (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
457 this->section_id_map_.resize(elfcpp::DW_SECT_MAX + 1);
764 gold_assert(section_id > 0 && section_id <= elfcpp::DW_SECT_MAX);
896 unsigned int debug_shndx[elfcpp::DW_SECT_MAX + 1];
897 for (unsigned int i = 0; i <= elfcpp::DW_SECT_MAX; i++)
1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1187 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1528 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1769 for (unsigned int i = 1; i <= elfcpp::DW_SECT_MAX;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.cc95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
457 this->section_id_map_.resize(elfcpp::DW_SECT_MAX + 1);
764 gold_assert(section_id > 0 && section_id <= elfcpp::DW_SECT_MAX);
896 unsigned int debug_shndx[elfcpp::DW_SECT_MAX + 1];
897 for (unsigned int i = 0; i <= elfcpp::DW_SECT_MAX; i++)
1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1187 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1528 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1769 for (unsigned int i = 1; i <= elfcpp::DW_SECT_MAX;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.cc95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
457 this->section_id_map_.resize(elfcpp::DW_SECT_MAX + 1);
764 gold_assert(section_id > 0 && section_id <= elfcpp::DW_SECT_MAX);
896 unsigned int debug_shndx[elfcpp::DW_SECT_MAX + 1];
897 for (unsigned int i = 0; i <= elfcpp::DW_SECT_MAX; i++)
1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1187 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1];
1528 for (int i = elfcpp::DW_SECT_ABBREV; i <= elfcpp::DW_SECT_MAX; ++i)
1769 for (unsigned int i = 1; i <= elfcpp::DW_SECT_MAX;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Ddwarf.h254 DW_SECT_MAX = DW_SECT_MACRO, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Ddwarf.h292 DW_SECT_MAX = DW_SECT_RNGLISTS, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Ddwarf.h254 DW_SECT_MAX = DW_SECT_MACRO, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/binutils/dist/include/
H A Ddwarf2.h498 DW_SECT_MAX = 8
497 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.h503 DW_SECT_MAX = 8
502 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.h504 DW_SECT_MAX = 8
503 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Ddwarf2.h504 DW_SECT_MAX = 8
503 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gcc/dist/include/
H A Ddwarf2.h498 DW_SECT_MAX = 8
497 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gdb/dist/include/
H A Ddwarf2.h498 DW_SECT_MAX = 8
497 DW_SECT_MAX = 8 enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c129 dwarf_vma section_offsets[DW_SECT_MAX];
130 size_t section_sizes[DW_SECT_MAX];
9749 if (dw_sect >= DW_SECT_MAX)
9805 if (dw_sect >= DW_SECT_MAX)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c144 dwarf_vma section_offsets[DW_SECT_MAX];
145 size_t section_sizes[DW_SECT_MAX];
10990 if (dw_sect >= DW_SECT_MAX)
11062 if (dw_sect >= DW_SECT_MAX)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c131 dwarf_vma section_offsets[DW_SECT_MAX];
132 size_t section_sizes[DW_SECT_MAX];
9968 if (dw_sect >= DW_SECT_MAX)
10024 if (dw_sect >= DW_SECT_MAX)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c11797 int ids_seen[DW_SECT_MAX + 1];
11818 if (id < DW_SECT_MIN || id > DW_SECT_MAX)
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c10322 int ids_seen[DW_SECT_MAX + 1];
10343 if (id < DW_SECT_MIN || id > DW_SECT_MAX)

Completed in 569 milliseconds