Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoff-pe-read.c452 int sectix; in read_pe_exported_syms() local
462 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() local
515 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 …]