Searched refs:ex_rf (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gdb/dist/bfd/ |
H A D | pei-x86_64.c | 92 const struct external_pex64_runtime_function *ex_rf = in pex64_get_runtime_function() local 94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function() 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
|
/netbsd/external/gpl3/binutils.old/dist/bfd/ |
H A D | pei-x86_64.c | 92 const struct external_pex64_runtime_function *ex_rf = in pex64_get_runtime_function() local 94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function() 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
|
/netbsd/external/gpl3/binutils/dist/bfd/ |
H A D | pei-x86_64.c | 92 const struct external_pex64_runtime_function *ex_rf = in pex64_get_runtime_function() local 94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function() 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
|
/netbsd/external/gpl3/gdb.old/dist/bfd/ |
H A D | pei-x86_64.c | 92 const struct external_pex64_runtime_function *ex_rf = in pex64_get_runtime_function() local 94 rf->rva_BeginAddress = bfd_get_32 (abfd, ex_rf->rva_BeginAddress); in pex64_get_runtime_function() 95 rf->rva_EndAddress = bfd_get_32 (abfd, ex_rf->rva_EndAddress); in pex64_get_runtime_function() 96 rf->rva_UnwindData = bfd_get_32 (abfd, ex_rf->rva_UnwindData); in pex64_get_runtime_function()
|