Searched refs:section_index (Results 1 – 5 of 5) sorted by relevance
153 unsigned int section_index; member
1740 int section_index = 0; in add_symbol_file_command() local1800 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()
1109 unsigned int section_index; in ieee_slurp_sections() local1112 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() local1200 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()
9134 unsigned int section_index; in get_elf_r_symndx_section() local9137 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()
182 unsigned int section_index; member4380 g->section_index = entry; in process_section_groups()4871 sec = SECTION_HEADER (g->section_index); in ia64_process_unwind()