OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
libcol_util.c
45
* various routines to avoid interaction with
libc
and other
49
/* -------
libc
interface ----------------- */
888
* Functions to be called directly from
libc
.so
1070
void *
libc
= dlopen (SYS_LIBC_NAME, RTLD_LAZY | RTLD_NOLOAD);
local
1071
if (
libc
== NULL)
1072
libc
= dlopen (SYS_LIBC_NAME, RTLD_NOW | RTLD_LOCAL);
1073
if (
libc
== NULL)
1084
void *ptr = dlsym (
libc
, "fprintf");
1089
// We can't write any error messages without a
libc
reference
1098
ptr = dlsym (
libc
, "mmap")
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libcol_util.c
45
* various routines to avoid interaction with
libc
and other
49
/* -------
libc
interface ----------------- */
888
* Functions to be called directly from
libc
.so
1070
void *
libc
= dlopen (SYS_LIBC_NAME, RTLD_LAZY | RTLD_NOLOAD);
local
1071
if (
libc
== NULL)
1072
libc
= dlopen (SYS_LIBC_NAME, RTLD_NOW | RTLD_LOCAL);
1073
if (
libc
== NULL)
1084
void *ptr = dlsym (
libc
, "fprintf");
1089
// We can't write any error messages without a
libc
reference
1098
ptr = dlsym (
libc
, "mmap")
[
all
...]
/src/external/mit/isl/dist/interface/
isl.py
13
libc
= cdll.LoadLibrary(find_library("c"))
variable
86
libc
.free(ptr)
602
libc
.free(ptr)
1114
libc
.free(ptr)
1467
libc
.free(ptr)
2303
libc
.free(ptr)
3118
libc
.free(ptr)
3966
libc
.free(ptr)
4682
libc
.free(ptr)
5196
libc
.free(ptr
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026