Home
last modified time | relevance | path

Searched defs:load_list (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/libexec/ld.so/
H A Dresolve.h52 struct load_list { struct
53 struct load_list *next; argument
54 void *start;
55 size_t size;
56 int prot;
57 Elf_Addr moff;
58 long foff;
104 struct load_list *load_list; member
H A Dlibrary.c48 _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
H A Dlibrary_mquery.c48 _dl_load_list_free(struct load_list *load_list) in _dl_load_list_free()
H A Dloader.c518 struct load_list *next_load, *load_list = NULL; in _dl_boot() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp417 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions() local