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

/external/valgrind/main/drd/
H A Ddrd_main.c411 Addr avma; local
414 avma = VG_(DebugInfo_get_plt_avma)(di);
416 tl_assert((avma && size) || (avma == 0 && size == 0));
420 VG_(printf)("Suppressing .plt @ 0x%lx size %ld\n", avma, size);
422 tl_assert(VG_(DebugInfo_sect_kind)(NULL, 0, avma) == Vg_SectPLT);
423 DRD_(start_suppression)(avma, avma + size, ".plt");
426 avma = VG_(DebugInfo_get_gotplt_avma)(di);
428 tl_assert((avma
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c602 /* We're going to read symbols and debug info for the avma
1045 "LOAD_PDB_DEBUGINFO: clreq: fd=%d, avma=%#lx, total_size=%lu, "
3749 /*OUT*/Addr* avma,
3758 if (avma) *avma = si->symtab[idx].addr;
3747 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, Addr* avma, Addr* tocptr, UInt* size, UChar** pri_name, UChar*** sec_names, Bool* isText, Bool* isIFunc ) argument

Completed in 83 milliseconds