Searched refs:sectix (Results 1 – 1 of 1) sorted by relevance
452 int sectix; in read_pe_exported_syms() local462 sectix = read_pe_section_index (sec_name); in read_pe_exported_syms()469 if (sectix != PE_SECTION_INDEX_INVALID) in read_pe_exported_syms()471 section_data[sectix].rva_start = vaddr; in read_pe_exported_syms()472 section_data[sectix].rva_end = vaddr + vsize; in read_pe_exported_syms()473 section_data[sectix].index = bfd_section_index; in read_pe_exported_syms()514 int sectix = get_pe_section_index (sectp->name, section_data); in read_pe_exported_syms() local515 if (sectix != PE_SECTION_INDEX_INVALID) in read_pe_exported_syms()519 section_data[sectix].vma_offset in read_pe_exported_syms()520 = bfd_section_vma (sectp) - section_data[sectix].rva_start; in read_pe_exported_syms()[all …]