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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c679 } public_v3; member in union:codeview_symbol
1334 Int k = sym->public_v3.len - (-1+ sizeof(sym->public_v3));
1337 VG_(memcpy)(symname, sym->public_v3.name, k);
1348 vsym.addr = bias + sectp[sym->public_v3.segment-1].VirtualAddress
1349 + sym->public_v3.offset;
1354 // FIXME: public_v3.len is not length of the

Completed in 70 milliseconds