Searched refs:elf_lookup_fn (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf_machdep.c | 146 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 D | linker.h | 280 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 D | linker.h | 268 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 D | ff_compat.c | 159 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 D | ff_glue.c | 1430 int type, elf_lookup_fn lookup) in elf_reloc_late()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 261 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 D | elf_machdep.c | 171 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 D | elf_machdep.c | 192 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 D | elf_machdep.c | 256 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 D | link_elf.c | 192 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()
|