HomeSort by relevance Sort by last modified time
    Searched refs:avma (Results 1 - 9 of 9) 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/
pub_core_debuginfo.h 73 extern void VG_(di_notify_pdb_debuginfo)( Int fd, Addr avma,
  /external/valgrind/main/include/
pub_tool_debuginfo.h 214 /*OUT*/Addr* avma,
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 508 if (cfsi.base < map->avma) {
512 vg_assert(cfsi.base + cfsi.len - 1 >= map->avma);
513 delta = (SSizeT)(map->avma - cfsi.base);
520 if (cfsi.base + cfsi.len - 1 > map->avma + map->size - 1) {
524 vg_assert(cfsi.base <= map->avma + map->size - 1);
526 - (map->avma + map->size - 1) );
541 vg_assert(cfsi.base >= map->avma);
543 <= map->avma + map->size - 1);
    [all...]
readmacho.c 345 VG_(printf)("nlist raw: avma %010lx %s\n",
478 VG_(printf)("nlist cleanup: dump duplicate avma %010lx %s\n",
706 rx_map->avma, rw_map->avma );
786 // {text,data,bss}_{avma,svma}, from which the _bias numbers are
798 di->text_avma = rx_map->avma;
815 di->data_avma = rw_map->avma;
    [all...]
debuginfo.c 402 if (ranges_overlap(map1->avma, map1->size, map2->avma, map2->size))
516 vg_assert(!ranges_overlap(map->avma, map->size,
517 map2->avma, map2->size));
527 if (di->cfsi_minavma >= map->avma &&
528 di->cfsi_maxavma < map->avma + map->size)
620 /* We're going to read symbols and debug info for the avma
896 map.avma = a;
    [all...]
readelf.c     [all...]
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...]
readpdb.c 76 which is the base AVMA passed by Wine.
    [all...]

Completed in 282 milliseconds