Searched refs:elf_reloc (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 271 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 265 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 D | elf_machdep.c | 267 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 D | elf_machdep.c | 248 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 D | elf_machdep.c | 270 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 284 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel,
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 467 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 D | elf_machdep.c | 384 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 1470 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 D | link_elf_obj.c | 1301 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()
|