Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gdb/include/
HDieee.h153 unsigned int section_index; member
/NextBSD/contrib/binutils/include/
HDieee.h153 unsigned int section_index; member
/NextBSD/contrib/gdb/gdb/
HDsymfile.c1602 int section_index = 0; in add_symbol_file_command() local
1662 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
1663 sect_opts[section_index].value = arg; in add_symbol_file_command()
1664 if (++section_index > num_sect_opts) in add_symbol_file_command()
1692 sect_opts[section_index].name = arg; in add_symbol_file_command()
1698 sect_opts[section_index].value = arg; in add_symbol_file_command()
1700 if (++section_index > num_sect_opts) in add_symbol_file_command()
1723 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
1725 for (i = 0; i < section_index; i++) in add_symbol_file_command()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSection.cpp347 size_t section_index = m_sections.size(); in AddSection() local
349 return section_index; in AddSection()
/NextBSD/contrib/binutils/bfd/
HDieee.c1108 unsigned int section_index; in ieee_slurp_sections() local
1111 section_index = must_parse_int (&(ieee->h)); in ieee_slurp_sections()
1113 section = get_section_entry (abfd, ieee, section_index); in ieee_slurp_sections()
1194 unsigned int section_index; in ieee_slurp_sections() local
1199 section_index = must_parse_int (&ieee->h); in ieee_slurp_sections()
1200 section = get_section_entry (abfd, ieee, section_index); in ieee_slurp_sections()
1201 if (section_index > ieee->section_count) in ieee_slurp_sections()
1202 ieee->section_count = section_index; in ieee_slurp_sections()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c208 unsigned int section_index; member
4610 g->section_index = entry; in process_section_groups()
5106 sec = SECTION_HEADER (g->section_index); in ia64_process_unwind()