HomeSort by relevance Sort by last modified time
    Searched defs:source_t (Results 1 - 2 of 2) sorted by null

  /build/tools/apriori/
source.h 16 typedef struct source_t source_t; typedef in typeref:struct:source_t
43 struct source_t { struct
44 source_t *next;
100 source_t **lib_deps; /* list of library dependencies */
116 extern void find_section(source_t *source, Elf64_Addr address,
  /build/tools/lsd/
lsd.c 20 typedef struct source_t source_t; typedef in typeref:struct:source_t
29 source_t *source;
33 struct source_t { struct
34 source_t *next;
56 source_t **satisfied_execs;
65 source_t **satisfied;
73 linked list of source_t for each global symbol of a shared library.
76 of all source_t that this symbol resolves a reference to. For example,
78 library L use printf, then the source_t entry corresponding to libc.s
    [all...]

Completed in 4178 milliseconds