Searched defs:alloc_info (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.c254 static soinfo *alloc_info(const char *name) function
1121 si = alloc_info(bname ? bname + 1 : name);
2142 si = alloc_info(argv[0]);
2162 * is. Don't use alloc_info(), because the linker shouldn't

Completed in 54 milliseconds