Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dlink_elf.c54 static int link_elf_lookup_symbol(linker_file_t, const char*,
73 .lookup_symbol = link_elf_lookup_symbol,
81 .lookup_symbol = link_elf_lookup_symbol,
793 link_elf_lookup_symbol(linker_file_t lf, const char* name, c_linker_sym_t* sym) in link_elf_lookup_symbol() function
941 error = link_elf_lookup_symbol(lf, setsym, &sym); in link_elf_lookup_set()
953 error = link_elf_lookup_symbol(lf, setsym, &sym); in link_elf_lookup_set()