Searched refs:told (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-aix5.c238 /* The AIX5 aspacem implementation needs to be told when it is and
927 void del_pri_text_and_data_segs ( AixSegment* told, AixSegment* dold ) argument
931 aspacem_assert(told->kind == ASkMText);
936 aspacem_assert(told->sibling == dold->start);
937 aspacem_assert(dold->sibling == told->start);
938 fre.start = told->start;
939 fre.end = told->end;
945 aspacem_assert(told->sibling == 0);
946 fre.start = told->start;
947 fre.end = told
[all...]
/external/bison/
H A Dconfigure7764 is told about this with #include <vfork.h>, but some compilers

Completed in 111 milliseconds