OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xdata_base
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c
539
bfd_vma
xdata_base
;
local
668
xdata_base
= xdata_arr[0];
680
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
,
686
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".xdata");
687
/* Otherwise, if
xdata_base
is non zero, search also inside
689
if (!xdata_section &&
xdata_base
)
690
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".rdata");
691
if (!xdata_section &&
xdata_base
)
692
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".data");
693
if (!xdata_section &&
xdata_base
)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c
541
bfd_vma
xdata_base
;
local
670
xdata_base
= xdata_arr[0];
682
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
,
688
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".xdata");
689
/* Otherwise, if
xdata_base
is non zero, search also inside
691
if (!xdata_section &&
xdata_base
)
692
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".rdata");
693
if (!xdata_section &&
xdata_base
)
694
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".data");
695
if (!xdata_section &&
xdata_base
)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c
539
bfd_vma
xdata_base
;
local
668
xdata_base
= xdata_arr[0];
680
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
,
686
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".xdata");
687
/* Otherwise, if
xdata_base
is non zero, search also inside
689
if (!xdata_section &&
xdata_base
)
690
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".rdata");
691
if (!xdata_section &&
xdata_base
)
692
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".data");
693
if (!xdata_section &&
xdata_base
)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c
539
bfd_vma
xdata_base
;
local
668
xdata_base
= xdata_arr[0];
680
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
,
686
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".xdata");
687
/* Otherwise, if
xdata_base
is non zero, search also inside
689
if (!xdata_section &&
xdata_base
)
690
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".rdata");
691
if (!xdata_section &&
xdata_base
)
692
xdata_section = pex64_get_section_by_rva (abfd,
xdata_base
, ".data");
693
if (!xdata_section &&
xdata_base
)
[
all
...]
Completed in 36 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026