Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c146 int type, int flags, elf_lookup_fn lookup) in elf_reloc_internal()
239 int type, elf_lookup_fn lookup) in elf_reloc_local()
249 elf_lookup_fn lookup) in elf_reloc()
257 int type, elf_lookup_fn lookup) in elf_reloc_late()
/f-stack/freebsd/sys/
H A Dlinker.h280 typedef int elf_lookup_fn(linker_file_t, Elf_Size, int, Elf_Addr *); typedef
285 int _type, elf_lookup_fn _lu);
287 int _type, elf_lookup_fn _lu);
295 int _type, elf_lookup_fn _lu);
/f-stack/tools/compat/include/sys/
H A Dlinker.h268 typedef int elf_lookup_fn(linker_file_t, Elf_Size, int, Elf_Addr *); typedef
271 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
272 int elf_reloc_local(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _l…
/f-stack/lib/
H A Dff_compat.c159 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal()
266 elf_lookup_fn lookup) in elf_reloc()
273 int type, elf_lookup_fn lookup) in elf_reloc_local()
H A Dff_glue.c1430 int type, elf_lookup_fn lookup) in elf_reloc_late()
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c261 int type, bool late_ifunc, elf_lookup_fn lookup) in elf_reloc_internal()
385 elf_lookup_fn lookup) in elf_reloc()
393 int type, elf_lookup_fn lookup) in elf_reloc_local()
401 int type, elf_lookup_fn lookup) in elf_reloc_late()
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c171 int type, elf_lookup_fn lookup, int flags) in elf_reloc_internal()
268 elf_lookup_fn lookup) in elf_reloc()
276 int type, elf_lookup_fn lookup) in elf_reloc_local()
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c192 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal()
271 elf_lookup_fn lookup) in elf_reloc()
279 int type, elf_lookup_fn lookup) in elf_reloc_local()
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c256 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal()
468 elf_lookup_fn lookup) in elf_reloc()
476 int type, elf_lookup_fn lookup) in elf_reloc_local()
/f-stack/freebsd/kern/
H A Dlink_elf.c192 const void *data, int type, elf_lookup_fn lookup);
196 static int relocate_file1(elf_file_t ef, elf_lookup_fn lookup,
1431 relocate_file1(elf_file_t ef, elf_lookup_fn lookup, elf_reloc_fn reloc, in relocate_file1()