HomeSort by relevance Sort by last modified time
    Searched refs:global_find_symbol (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/include/sys/
module.h 313 * global_find_symbol - searches for a symbol definition in the entire module namespace.
327 extern Elf_Sym *global_find_symbol(const char *name, struct elf_module **module);
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 211 global_find_symbol(module->str_table + sym_ref->st_name,
224 sym_def = global_find_symbol("undefined_symbol", &sym_module);
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 211 global_find_symbol(module->str_table + sym_ref->st_name,
224 sym_def = global_find_symbol("undefined_symbol", &sym_module);
  /external/syslinux/com32/lib/sys/module/
common.c 581 Elf_Sym *global_find_symbol(const char *name, struct elf_module **module) { function

Completed in 1408 milliseconds