Home
last modified time | relevance | path

Searched refs:AuxMapEnt (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c377 AuxMapEnt; typedef
388 AuxMapEnt* ent; // pointer to the matching auxmap_L2 node
402 tl_assert(0 == offsetof(AuxMapEnt,base)); in init_auxmap_L1_L2()
404 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), in init_auxmap_L1_L2()
443 AuxMapEnt *elem, *res; in check_auxmap_L1_L2_sanity()
444 AuxMapEnt key; in check_auxmap_L1_L2_sanity()
496 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) in insert_into_auxmap_L1_at()
507 static INLINE AuxMapEnt* maybe_find_in_auxmap ( Addr a ) in maybe_find_in_auxmap()
509 AuxMapEnt key; in maybe_find_in_auxmap()
510 AuxMapEnt* res; in maybe_find_in_auxmap()
[all …]