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

/freebsd-11-stable/contrib/gdb/include/
H A Dieee.h153 unsigned int section_index; member in struct:ieee_section
/freebsd-11-stable/contrib/binutils/include/
H A Dieee.h153 unsigned int section_index; member in struct:ieee_section
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c1604 int section_index = 0;
1664 sect_opts[section_index].name = ".text";
1665 sect_opts[section_index].value = arg;
1666 if (++section_index > num_sect_opts)
1694 sect_opts[section_index].name = arg;
1700 sect_opts[section_index].value = arg;
1702 if (++section_index > num_sect_opts)
1725 section_addrs = alloc_section_addr_info (section_index);
1727 for (i = 0; i < section_index; i++)
1602 int section_index = 0; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp411 size_t section_index = m_sections.size(); local
413 return section_index;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1110 unsigned int section_index;
1113 section_index = must_parse_int (&(ieee->h));
1115 section = get_section_entry (abfd, ieee, section_index);
1196 unsigned int section_index;
1201 section_index = must_parse_int (&ieee->h);
1202 section = get_section_entry (abfd, ieee, section_index);
1203 if (section_index > ieee->section_count)
1204 ieee->section_count = section_index;
1108 unsigned int section_index; local
1194 unsigned int section_index; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c210 unsigned int section_index;
4613 g->section_index = entry;
5109 sec = SECTION_HEADER (g->section_index);
208 unsigned int section_index; member in struct:group_list

Completed in 210 milliseconds