OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avma
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_main.c
432
Addr
avma
;
local
439
avma
= VG_(DebugInfo_get_plt_avma)(di);
441
tl_assert((
avma
&& size) || (
avma
== 0 && size == 0));
444
VG_(dmsg)("Suppressing .plt @ 0x%lx size %ld\n",
avma
, size);
445
tl_assert(VG_(DebugInfo_sect_kind)(NULL, 0,
avma
) == Vg_SectPLT);
446
DRD_(start_suppression)(
avma
,
avma
+ size, ".plt");
449
avma
= VG_(DebugInfo_get_gotplt_avma)(di);
451
tl_assert((
avma
&& size) || (avma == 0 && size == 0))
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h
446
Addr
avma
; /* these fields record the file offset, length */
member in struct:_DebugInfoMapping
545
[
avma
,+size) of one rx mapping; that is, the former
548
[
avma
,+size) of that rx mapping.
[
all
...]
Completed in 255 milliseconds