Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/
Dieee.h153 unsigned int section_index; member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile.c1740 int section_index = 0; in add_symbol_file_command() local
1800 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
1801 sect_opts[section_index].value = arg; in add_symbol_file_command()
1802 if (++section_index > num_sect_opts) in add_symbol_file_command()
1830 sect_opts[section_index].name = arg; in add_symbol_file_command()
1836 sect_opts[section_index].value = arg; in add_symbol_file_command()
1838 if (++section_index > num_sect_opts) in add_symbol_file_command()
1861 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
1863 for (i = 0; i < section_index; i++) in add_symbol_file_command()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dieee.c1109 unsigned int section_index; in ieee_slurp_sections() local
1112 section_index = must_parse_int (&(ieee->h)); in ieee_slurp_sections()
1114 section = get_section_entry (abfd, ieee, section_index); in ieee_slurp_sections()
1195 unsigned int section_index; in ieee_slurp_sections() local
1200 section_index = must_parse_int (&ieee->h); in ieee_slurp_sections()
1201 section = get_section_entry (abfd, ieee, section_index); in ieee_slurp_sections()
1202 if (section_index > ieee->section_count) in ieee_slurp_sections()
1203 ieee->section_count = section_index; in ieee_slurp_sections()
Delf32-xtensa.c9134 unsigned int section_index; in get_elf_r_symndx_section() local
9137 section_index = isymbuf[r_symndx].st_shndx; in get_elf_r_symndx_section()
9139 if (section_index == SHN_UNDEF) in get_elf_r_symndx_section()
9141 else if (section_index > 0 && section_index < SHN_LORESERVE) in get_elf_r_symndx_section()
9142 target_sec = bfd_section_from_elf_index (abfd, section_index); in get_elf_r_symndx_section()
9143 else if (section_index == SHN_ABS) in get_elf_r_symndx_section()
9145 else if (section_index == SHN_COMMON) in get_elf_r_symndx_section()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c182 unsigned int section_index; member
4380 g->section_index = entry; in process_section_groups()
4871 sec = SECTION_HEADER (g->section_index); in ia64_process_unwind()