OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gcov_allocate
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c
43
static void
gcov_allocate
(unsigned);
331
gcov_allocate
(unsigned length)
function
398
gcov_allocate
(gcov_var.offset + words);
562
gcov_allocate
(gcov_var.length + words);
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c
36
static void
gcov_allocate
(unsigned);
273
gcov_allocate
(unsigned length)
function
320
gcov_allocate
(gcov_var.offset + words);
517
gcov_allocate
(gcov_var.length + words);
[
all
...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c
36
static void
gcov_allocate
(unsigned);
273
gcov_allocate
(unsigned length)
function
320
gcov_allocate
(gcov_var.offset + words);
517
gcov_allocate
(gcov_var.length + words);
[
all
...]
Completed in 602 milliseconds