Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dlinker.h145 caddr_t linker_file_lookup_symbol(linker_file_t _file, const char* _name,
/f-stack/freebsd/sys/
H A Dlinker.h153 caddr_t linker_file_lookup_symbol(linker_file_t _file, const char* _name,
/f-stack/freebsd/kern/
H A Dlink_elf.c1812 addr = ((Elf_Addr)linker_file_lookup_symbol(lf, symbol, deps)); in elf_lookup()
H A Dlink_elf_obj.c1572 res1 = (Elf_Addr)linker_file_lookup_symbol(lf, symbol, deps); in elf_obj_lookup()
H A Dkern_linker.c805 linker_file_lookup_symbol(linker_file_t file, const char *name, int deps) in linker_file_lookup_symbol() function