Searched refs:rva_EndAddress (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | pei-x86_64.c | 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 124 ui->rva_EndAddress = bfd_get_32 (abfd, ex_dta + 4); in pex64_get_unwind_info() 167 unsigned int func_size = rf->rva_EndAddress - rf->rva_BeginAddress; in pex64_xdata_print_uwd_codes() 419 fprintf_vma (file, ui.rva_EndAddress); in pex64_dump_xdata() 546 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0 in pex64_bfd_print_pdata_section() 555 fprintf_vma (file, imagebase + rf.rva_EndAddress); in pex64_bfd_print_pdata_section() 572 if ((rf.rva_EndAddress & 0x80000000) != 0) in pex64_bfd_print_pdata_section() 647 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0 in pex64_bfd_print_pdata_section() 672 fprintf_vma (file, rf.rva_EndAddress + imagebase); in pex64_bfd_print_pdata_section()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | pei-x86_64.c | 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 136 ui->rva_EndAddress = bfd_get_32 (abfd, ex_dta + 4); in pex64_get_unwind_info() 187 unsigned int func_size = rf->rva_EndAddress - rf->rva_BeginAddress; in pex64_xdata_print_uwd_codes() 510 fprintf_vma (file, ui.rva_EndAddress); in pex64_dump_xdata() 639 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0 in pex64_bfd_print_pdata_section() 648 fprintf_vma (file, imagebase + rf.rva_EndAddress); in pex64_bfd_print_pdata_section() 665 if ((rf.rva_EndAddress & 0x80000000) != 0) in pex64_bfd_print_pdata_section() 740 if (rf.rva_BeginAddress == 0 && rf.rva_EndAddress == 0 in pex64_bfd_print_pdata_section() 765 fprintf_vma (file, rf.rva_EndAddress + imagebase); in pex64_bfd_print_pdata_section()
|
| /dragonfly/contrib/binutils-2.34/include/coff/ |
| HD | pe.h | 424 bfd_vma rva_EndAddress; member 431 bfd_byte rva_EndAddress[4]; member 503 bfd_vma rva_EndAddress; /* UNW_FLAG_CHAININFO. */ member 531 bfd_vma rva_EndAddress; member 540 bfd_byte rva_EndAddress[4]; member
|
| /dragonfly/contrib/binutils-2.27/include/coff/ |
| HD | pe.h | 448 bfd_vma rva_EndAddress; member 455 bfd_byte rva_EndAddress[4]; member 526 bfd_vma rva_EndAddress; /* UNW_FLAG_CHAININFO. */ member 554 bfd_vma rva_EndAddress; member 563 bfd_byte rva_EndAddress[4]; member
|