OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getspecific
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libasm/
asm_error.c
51
int *buffer =
getspecific
(key);
86
int *buffer =
getspecific
(key);
130
int *buffer = (int *)
getspecific
(key);
/external/elfutils/libdw/
dwarf_error.c
57
result = (intptr_t)
getspecific
(key);
143
last_error = (intptr_t)
getspecific
(key);
/external/elfutils/
config.h
71
#define
getspecific
(key) key
macro
config.h.in
70
#define
getspecific
(key) key
/external/elfutils/libelf/
elf_error.c
63
result = (intptr_t)
getspecific
(key);
328
last_error = (intptr_t)
getspecific
(key);
Completed in 114 milliseconds