Searched refs:otherix (Results 1 – 1 of 1) sorted by relevance
318 int otherix = PE_SECTION_TABLE_SIZE; in read_pe_exported_syms() local477 section_data.resize (otherix + 1); in read_pe_exported_syms()478 section_data[otherix].section_name = sec_name; in read_pe_exported_syms()479 section_data[otherix].rva_start = vaddr; in read_pe_exported_syms()480 section_data[otherix].rva_end = vaddr + vsize; in read_pe_exported_syms()481 section_data[otherix].vma_offset = 0; in read_pe_exported_syms()482 section_data[otherix].index = bfd_section_index; in read_pe_exported_syms()484 section_data[otherix].ms_type = mst_text; in read_pe_exported_syms()486 section_data[otherix].ms_type = mst_data; in read_pe_exported_syms()488 section_data[otherix].ms_type = mst_bss; in read_pe_exported_syms()[all …]