Searched refs:found (Results 1 - 6 of 6) sorted by relevance

/bionic/linker/
H A Ddlfcn.c38 [DL_ERR_SYMBOL_NOT_FOUND] = "Symbol not found",
79 soinfo *found; local
95 sym = lookup(symbol, &found, NULL);
102 sym = lookup(symbol, &found, si->next);
105 found = (soinfo*)handle;
106 sym = soinfo_lookup(found, symbol);
113 unsigned ret = sym->st_value + found->base;
134 /* Determine if this address can be found in any library currently mapped */
H A Dlinker.h226 Elf32_Sym *lookup(const char *name, soinfo **found, soinfo *start);
H A Dlinker.cpp451 * dynamic linking. Some systems return the first definition found
453 * Here we return the first definition found for simplicity. */
493 "found in %s, base = 0x%08x, load bias = 0x%08x\n",
513 Elf32_Sym *lookup(const char *name, soinfo **found, soinfo *start) argument
529 *found = si;
680 * -1 if no valid ELF object is found @ base.
745 DL_ERR("library \"%s\" not found", name);
1018 not found in run-time. */
1518 DEBUG("%5d %s constructors (init func) found at %p\n",
1523 DEBUG("%5d %s destructors (fini func) found a
[all...]
/bionic/libc/stdio/
H A Dfindfp.c120 goto found;
131 found:
/bionic/libc/netbsd/net/
H A Dgetnameinfo.c284 goto found;
288 found:
H A Dgetaddrinfo.c1771 * Returns 1 if a source address was found, 0 if the address is unreachable,
2085 goto found;
2089 found:
2324 * If name isn't found in this domain,

Completed in 831 milliseconds