Lines Matching defs:name
145 #define DISALLOW_ALLOCATION(return_type, name, ...) \ argument
297 static soinfo* soinfo_alloc(const char* name) { in soinfo_alloc()
442 static Elf32_Sym* soinfo_elf_lookup(soinfo* si, unsigned hash, const char* name) { in soinfo_elf_lookup()
471 const unsigned char* name = (const unsigned char*) _name; in elfhash() local
483 static Elf32_Sym* soinfo_do_lookup(soinfo* si, const char* name, soinfo** lsi, soinfo* needed[]) { in soinfo_do_lookup()
592 Elf32_Sym* dlsym_handle_lookup(soinfo* si, const char* name) in dlsym_handle_lookup()
602 Elf32_Sym* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start) { in dlsym_linear_lookup()
666 static int open_library_on_path(const char* name, const char* const paths[]) { in open_library_on_path()
682 static int open_library(const char* name) { in open_library()
702 static soinfo* load_library(const char* name) { in load_library()
732 static soinfo *find_loaded_library(const char *name) in find_loaded_library()
751 static soinfo* find_library_internal(const char* name) { in find_library_internal()
785 static soinfo* find_library(const char* name) { in find_library()
823 soinfo* do_dlopen(const char* name, int flags) { in do_dlopen()