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

  /build/tools/apriori/
tweak.h 13 int tweak_bss_if_necessary(source_t *source);
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,
source.c 3 void find_section(source_t *source, Elf64_Addr address,
apriori.c 55 static source_t *sources = NULL;
59 static void print_shdr(source_t *source, Elf_Scn *scn)
72 static void print_shdr_idx(source_t *source, Elf *elf, int idx)
77 static void print_shdrs(source_t *source) {
105 static inline source_t* find_source(const char *name,
110 source_t *trav = sources;
122 static inline void add_to_sources(source_t *src) {
149 static void create_elf_sections(source_t *source, Elf *elf)
217 /* This function sets up the shdr_info[] array of a source_t. We call it only
224 static void setup_shdr_info(source_t *source
    [all...]
  /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 19 milliseconds