Searched defs:load_list (Results 1 – 5 of 5) sorted by relevance
52 struct load_list { struct53 struct load_list *next; argument54 void *start;55 size_t size;56 int prot;57 Elf_Addr moff;58 long foff;104 struct load_list *load_list; member
48 _dl_load_list_free(struct load_list *load_list) in _dl_load_list_free()103 struct load_list *next_load, *load_list = NULL; in _dl_tryload_shlib() local
48 _dl_load_list_free(struct load_list *load_list) in _dl_load_list_free()
518 struct load_list *next_load, *load_list = NULL; in _dl_boot() local
417 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions() local