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 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
svr4-tls-tdep.c
35
/* Cached
libc
value for TLS lookup purposes. */
36
enum svr4_tls_libc
libc
= svr4_tls_libc_unknown;
member in struct:svr4_tls_gdbarch_data
62
/* Check for cached
libc
value. */
64
if (gdbarch_data->
libc
!= svr4_tls_libc_unknown)
65
return gdbarch_data->
libc
;
67
svr4_tls_libc
libc
= svr4_tls_libc_unknown;
80
libc
= svr4_tls_libc_musl;
82
libc
= svr4_tls_libc_glibc;
83
gdbarch_data->
libc
=
libc
;
148
enum svr4_tls_
libc
libc
=
libc
_tls_sniffer (gdbarch);
local
[
all
...]
/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 32 milliseconds
Indexes created Mon Jun 01 00:24:59 UTC 2026