Searched refs:source_t (Results 1 – 5 of 5) sorted by relevance
/build/tools/apriori/ |
D | source.h | 16 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
|
D | tweak.h | 13 int tweak_bss_if_necessary(source_t *source);
|
D | apriori.c | 55 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 …]
|
D | source.c | 3 void find_section(source_t *source, Elf64_Addr address, in find_section()
|
/build/tools/lsd/ |
D | lsd.c | 20 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 …]
|