Searched defs:avma (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_main.c429 Addr avma; local
441 avma = VG_(DebugInfo_get_bss_avma)(di);
443 tl_assert((avma && size) || (avma == 0 && size == 0));
447 VG_(dmsg)("Suppressing .bss @ 0x%lx size %ld\n", avma, size);
448 tl_assert(VG_(DebugInfo_sect_kind)(NULL, 0, avma) == Vg_SectBSS);
449 DRD_(start_suppression)(avma, avma + size, ".bss");
452 avma = VG_(DebugInfo_get_plt_avma)(di);
454 tl_assert((avma
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h499 Addr avma; /* these fields record the file offset, length */ member in struct:_DebugInfoMapping
598 [avma,+size) of one rx mapping; that is, the former
601 [avma,+size) of that rx mapping.
H A Ddebuginfo.c404 if (ranges_overlap(map1->avma, map1->size, map2->avma, map2->size))
518 vg_assert(!ranges_overlap(map->avma, map->size,
519 map2->avma, map2->size));
529 if (di->cfsi_minavma >= map->avma &&
530 di->cfsi_maxavma < map->avma + map->size)
622 /* We're going to read symbols and debug info for the avma
909 map.avma = a;
1004 if (map->ro && map->avma == a && map->size == len)
1062 "LOAD_PDB_DEBUGINFO: clreq: fd=%d, avma
3861 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, Addr* avma, Addr* tocptr, UInt* size, HChar** pri_name, HChar*** sec_names, Bool* isText, Bool* isIFunc ) argument
[all...]

Completed in 895 milliseconds