/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | collectorAPI.c | 94 void *vaddr, int size, int lntsize, Lineno *lntable) in collector_func_load() argument 97 vaddr, size, lntsize, lntable); in collector_func_load()
|
H A D | jprofile.c | 722 int lntsize = 0; in jvmti_CompiledMethodLoad() local 737 lntsize = inrec->numpcs; in jvmti_CompiledMethodLoad() 738 lntable = (DT_lineno*) alloca (lntsize * sizeof (DT_lineno)); in jvmti_CompiledMethodLoad() 741 for (int i = 0; i < lntsize; ++i) in jvmti_CompiledMethodLoad() 763 lntsize = map_length; in jvmti_CompiledMethodLoad() 764 lntable = (DT_lineno*) alloca (lntsize * sizeof (DT_lineno)); in jvmti_CompiledMethodLoad() 776 code_size, lntsize, lntable); in jvmti_CompiledMethodLoad()
|
H A D | mmaptrace.c | 1236 void *vaddr, int size, int lntsize, DT_lineno *lntable) in __collector_func_load() argument 1239 vaddr, size, lntsize, lntable); in __collector_func_load() 1273 void *vaddr, int size, int lntsize, DT_lineno *lntable) in __collector_int_func_load() argument 1363 if (lntable != NULL && lntsize > 0) in __collector_int_func_load() 1364 dt_ltbl.size = sizeof (dt_ltbl) + lntsize * sizeof (DT_lineno); in __collector_int_func_load()
|
H A D | libcol_util.h | 101 int size, int lntsize,
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | collectorAPI.c | 94 void *vaddr, int size, int lntsize, Lineno *lntable) in collector_func_load() argument 97 vaddr, size, lntsize, lntable); in collector_func_load()
|
H A D | jprofile.c | 716 int lntsize = 0; in jvmti_CompiledMethodLoad() local 731 lntsize = inrec->numpcs; in jvmti_CompiledMethodLoad() 732 lntable = (DT_lineno*) alloca (lntsize * sizeof (DT_lineno)); in jvmti_CompiledMethodLoad() 735 for (int i = 0; i < lntsize; ++i) in jvmti_CompiledMethodLoad() 757 lntsize = map_length; in jvmti_CompiledMethodLoad() 758 lntable = (DT_lineno*) alloca (lntsize * sizeof (DT_lineno)); in jvmti_CompiledMethodLoad() 770 code_size, lntsize, lntable); in jvmti_CompiledMethodLoad()
|
H A D | mmaptrace.c | 1215 void *vaddr, int size, int lntsize, DT_lineno *lntable) in __collector_func_load() argument 1218 vaddr, size, lntsize, lntable); in __collector_func_load() 1252 void *vaddr, int size, int lntsize, DT_lineno *lntable) in __collector_int_func_load() argument 1342 if (lntable != NULL && lntsize > 0) in __collector_int_func_load() 1343 dt_ltbl.size = sizeof (dt_ltbl) + lntsize * sizeof (DT_lineno); in __collector_int_func_load()
|
H A D | libcol_util.h | 101 int size, int lntsize,
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | collectorAPI.h | 60 int size, int lntsize, Lineno *lntable);
|
H A D | libcollector.h | 58 void *vaddr, int size, int lntsize, Lineno *lntable);
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | collectorAPI.h | 60 int size, int lntsize, Lineno *lntable);
|
H A D | libcollector.h | 58 void *vaddr, int size, int lntsize, Lineno *lntable);
|