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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c101 struct symdef { struct
386 static struct symdef find_sym(struct dso* dso, const char* s, int need_def) {
389 struct symdef def = {};
442 struct symdef def;
468 def = (sym->st_info & 0xf) == STT_SECTION ? (struct symdef){.dso = dso, .sym = sym}
2282 struct symdef def = find_sym(p, s, 0);

Completed in 81 milliseconds