Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp285 static soinfo* soinfo_alloc(const char* name, struct stat* file_stat, off64_t file_offset) { in soinfo_alloc() function
833 soinfo* si = soinfo_alloc(SEARCH_NAME(name), &file_stat, file_offset); in load_library()
2278 soinfo* si = soinfo_alloc("[vdso]", nullptr, 0); in add_vdso()
2363 soinfo* si = soinfo_alloc(args.argv[0], nullptr, 0);