Lines Matching refs:linker_file_t

127 		    const char *, linker_file_t *);
128 static int link_elf_link_preload_finish(linker_file_t);
129 static int link_elf_load_file(linker_class_t, const char *, linker_file_t *);
130 static int link_elf_lookup_symbol(linker_file_t, const char *,
132 static int link_elf_lookup_debug_symbol(linker_file_t, const char *,
134 static int link_elf_lookup_debug_symbol_ctf(linker_file_t lf,
136 static int link_elf_symbol_values(linker_file_t, c_linker_sym_t,
138 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t,
140 static int link_elf_search_symbol(linker_file_t, caddr_t value,
143 static void link_elf_unload_file(linker_file_t);
144 static int link_elf_lookup_set(linker_file_t, const char *,
146 static int link_elf_each_function_name(linker_file_t,
148 static int link_elf_each_function_nameval(linker_file_t,
151 static int link_elf_reloc_local(linker_file_t, bool);
152 static long link_elf_symtab_get(linker_file_t, const Elf_Sym **);
153 static long link_elf_strtab_get(linker_file_t, caddr_t *);
155 static void link_elf_propagate_vnets(linker_file_t);
158 static int elf_obj_lookup(linker_file_t lf, Elf_Size symidx, int deps,
344 linker_file_t *result) in link_elf_link_preload()
352 linker_file_t lf; in link_elf_link_preload()
659 link_elf_invoke_ctors(linker_file_t lf) in link_elf_invoke_ctors()
670 link_elf_invoke_dtors(linker_file_t lf) in link_elf_invoke_dtors()
683 link_elf_link_preload_finish(linker_file_t lf) in link_elf_link_preload_finish()
714 linker_file_t *result) in link_elf_load_file()
728 linker_file_t lf; in link_elf_load_file()
1278 link_elf_unload_file(linker_file_t file) in link_elf_unload_file()
1467 link_elf_lookup_symbol1(linker_file_t lf, const char *name, c_linker_sym_t *sym, in link_elf_lookup_symbol1()
1490 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) in link_elf_lookup_symbol()
1497 link_elf_lookup_debug_symbol(linker_file_t lf, const char *name, in link_elf_lookup_debug_symbol()
1504 link_elf_lookup_debug_symbol_ctf(linker_file_t lf, const char *name, in link_elf_lookup_debug_symbol_ctf()
1514 link_elf_ifunc_symbol_value(linker_file_t lf, caddr_t *valp, size_t *sizep) in link_elf_ifunc_symbol_value()
1536 link_elf_symbol_values1(linker_file_t lf, c_linker_sym_t sym, in link_elf_symbol_values1()
1564 link_elf_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_symbol_values()
1572 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values()
1579 link_elf_search_symbol(linker_file_t lf, caddr_t value, in link_elf_search_symbol()
1618 link_elf_lookup_set(linker_file_t lf, const char *name, in link_elf_lookup_set()
1646 link_elf_each_function_name(linker_file_t file, in link_elf_each_function_name()
1667 link_elf_each_function_nameval(linker_file_t file, in link_elf_each_function_nameval()
1714 elf_obj_lookup(linker_file_t lf, Elf_Size symidx, int deps, Elf_Addr *res) in elf_obj_lookup()
1830 link_elf_reloc_local(linker_file_t lf, bool ifuncs) in link_elf_reloc_local()
1907 link_elf_symtab_get(linker_file_t lf, const Elf_Sym **symtab) in link_elf_symtab_get()
1918 link_elf_strtab_get(linker_file_t lf, caddr_t *strtab) in link_elf_strtab_get()
1930 link_elf_propagate_vnets(linker_file_t lf) in link_elf_propagate_vnets()