Searched refs:rva_start (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.c42 unsigned long rva_start; /* Start offset within the pe. */ member in struct:read_pe_section_data
92 /* Data within the section start at rva_start in the pe and at
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
284 section_data[sectix].rva_start = vaddr;
337 if ((func_rva >= section_data[sectix].rva_start)

Completed in 46 milliseconds