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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c79 char *shortname; member in struct:dso
947 if (p->shortname && !strcmp(p->shortname, name)) {
1007 * setup its shortname so it can be found by name. */
1008 if (!p->shortname && pathname != name)
1009 p->shortname = strrchr(p->name, '/')+1;
1045 /* Add a shortname only if name arg was not an explicit pathname. */
1046 if (pathname != name) p->shortname = strrchr(p->name, '/')+1;
1348 ldso.name = ldso.shortname = "libc.so";
1565 vdso.shortname
[all...]

Completed in 116 milliseconds