Home
last modified time | relevance | path

Searched refs:source_t (Results 1 – 5 of 5) sorted by relevance

/build/tools/apriori/
Dsource.h16 typedef struct source_t source_t; typedef
43 struct source_t { struct
44 source_t *next; argument
100 source_t **lib_deps; /* list of library dependencies */ argument
116 extern void find_section(source_t *source, Elf64_Addr address, argument
Dtweak.h13 int tweak_bss_if_necessary(source_t *source);
Dapriori.c55 static source_t *sources = NULL;
59 static void print_shdr(source_t *source, Elf_Scn *scn) in print_shdr()
72 static void print_shdr_idx(source_t *source, Elf *elf, int idx) in print_shdr_idx()
77 static void print_shdrs(source_t *source) { in print_shdrs()
105 static inline source_t* find_source(const char *name, in find_source()
110 source_t *trav = sources; in find_source()
122 static inline void add_to_sources(source_t *src) { in add_to_sources()
149 static void create_elf_sections(source_t *source, Elf *elf) in create_elf_sections()
224 static void setup_shdr_info(source_t *source) in setup_shdr_info()
307 static Elf * init_elf(source_t *source, bool create_new_sections) in init_elf()
[all …]
Dsource.c3 void find_section(source_t *source, Elf64_Addr address, in find_section()
/build/tools/lsd/
Dlsd.c20 typedef struct source_t source_t; typedef
29 source_t *source;
33 struct source_t { struct
34 source_t *next; argument
56 source_t **satisfied_execs; argument
65 source_t **satisfied; argument
96 source_t **lib_deps; /* list of library dependencies */ argument
102 static source_t *sources = NULL; argument
108 static inline source_t* find_source(const char *name, in find_source()
111 source_t *trav = sources; in find_source()
[all …]