Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dlinker.h271 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
/f-stack/lib/
H A Dff_compat.c265 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c267 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c248 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c270 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/sys/
H A Dlinker.h284 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel,
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c467 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c384 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
/f-stack/freebsd/kern/
H A Dlink_elf.c1470 error = relocate_file1(ef, elf_lookup, elf_reloc, false); in relocate_file()
1472 error = relocate_file1(ef, elf_lookup, elf_reloc, true); in relocate_file()
1930 relocate_file1(ef, elf_lookup_ifunc, elf_reloc, true); in link_elf_ireloc()
H A Dlink_elf_obj.c1301 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL, in relocate_file()
1333 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA, in relocate_file()