OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exported_names
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
library.c
295
lib->
exported_names
= NULL;
373
struct library_exported_name **nnamep = &retp->
exported_names
;
374
for (it = lib->
exported_names
; it != NULL; it = it->next) {
419
for (it = lib->
exported_names
; it != NULL; ) {
library.h
158
struct library_exported_name *
exported_names
;
member in struct:library
proc.c
961
lib->
exported_names
)) != NULL)
ltrace-elf.c
1121
names = &lib->
exported_names
;
[
all
...]
Completed in 117 milliseconds