Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c291 pex64_get_section_by_rva (bfd *abfd, bfd_vma addr, const char *sec_name) in pex64_get_section_by_rva() function
548 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".rdata"); in pex64_bfd_print_pdata()
551 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".data"); in pex64_bfd_print_pdata()
553 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".xdata"); in pex64_bfd_print_pdata()
555 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".pdata"); in pex64_bfd_print_pdata()
557 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".text"); in pex64_bfd_print_pdata()
DChangeLog-20093320 (pex64_get_section_by_rva): Likewise.