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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc44 // pc_array is the array containing the covered PCs.
45 // To make the pc_array thread- and async-signal-safe it has to be large enough.
48 // With coverage_direct=1 in ASAN_OPTIONS, pc_array memory is mapped to a file.
79 // pc_array is allocated with MmapNoReserveOrDie and so it uses only as
81 uptr *pc_array; member in class:__sanitizer::CoverageData
82 // Index of the first available pc_array slot.
121 pc_array = reinterpret_cast<uptr *>(
139 internal_munmap(pc_array, sizeof(uptr) * kPcArrayMaxSize);
177 // Extend the file and map the new space at the end of pc_array.
184 void *p = MapWritableFileToMemory(pc_array
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde.c831 const _Unwind_Ptr *pc_array = (const _Unwind_Ptr *) this_fde->pc_begin;
832 pc_begin = pc_array[0];
833 pc_range = pc_array[1];
828 const _Unwind_Ptr *pc_array = (const _Unwind_Ptr *) this_fde->pc_begin; local

Completed in 97 milliseconds