OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VMA
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ovlymgr.c
14
enum ovly_index {
VMA
, SIZE, LMA, MAPPED};
63
else if (_ovly_table[i][
VMA
] == _ovly_table[ovlyno][
VMA
])
66
ovly_copy (_ovly_table[ovlyno][
VMA
],
91
_ovly_table[ovlyno][
VMA
],
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ovlymgr.c
14
enum ovly_index {
VMA
, SIZE, LMA, MAPPED};
63
else if (_ovly_table[i][
VMA
] == _ovly_table[ovlyno][
VMA
])
66
ovly_copy (_ovly_table[ovlyno][
VMA
],
91
_ovly_table[ovlyno][
VMA
],
/src/external/gpl3/binutils/dist/ld/
deffilep.y
121
bfd_vma
vma
;
132
%type <
vma
>
VMA
opt_base
322
opt_base: BASE '='
VMA
{ $$ = $3;}
357
VMA
: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
/src/external/gpl3/binutils.old/dist/ld/
deffilep.y
121
bfd_vma
vma
;
132
%type <
vma
>
VMA
opt_base
322
opt_base: BASE '='
VMA
{ $$ = $3;}
357
VMA
: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
1820
auto
VMA
= ValueToMemoryAccess.find(MemoryInst);
1821
if (
VMA
->second == MA)
1822
ValueToMemoryAccess.erase(
VMA
);
/src/external/gpl3/gdb.old/dist/gdb/
symfile.c
636
relocatable file has a section with an assigned
VMA
. */
739
CORE_ADDR
vma
;
744
vma
= bfd_section_vma (sect);
745
if (
vma
< low)
746
low =
vma
;
747
if (
vma
+ bfd_section_size (sect) > high)
748
high =
vma
+ bfd_section_size (sect);
872
into an offset from the section
VMA
's as it appears in the object
1139
vma
may have been modified by tools such as prelink. */
2943
same
VMA
, each with its own unique LMA (or load address)
738
CORE_ADDR
vma
;
local
3237
bfd_
vma
lma,
vma
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
symfile.c
636
relocatable file has a section with an assigned
VMA
. */
739
CORE_ADDR
vma
;
744
vma
= bfd_section_vma (sect);
745
if (
vma
< low)
746
low =
vma
;
747
if (
vma
+ bfd_section_size (sect) > high)
748
high =
vma
+ bfd_section_size (sect);
872
into an offset from the section
VMA
's as it appears in the object
1139
vma
may have been modified by tools such as prelink. */
2943
same
VMA
, each with its own unique LMA (or load address)
738
CORE_ADDR
vma
;
local
3237
bfd_
vma
lma,
vma
;
local
[
all
...]
Completed in 58 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026