/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 94 DATA_SET(elf_reloc, __CONCAT(elf_reloc_data_, __LINE__)) 314 int elf_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype,
|
H A D | elf.c | 49 SET_DECLARE(elf_reloc, struct elf_reloc_data); 56 SET_FOREACH(erd, elf_reloc) { in elf_find_reloc() 683 elf_reloc(struct elf_file *efile, const void *reldata, Elf_Type reltype, in elf_reloc() function
|
H A D | ef_obj.c | 232 error = elf_reloc(ef->ef_efile, r, ELF_T_REL, secbase, in ef_obj_seg_read_rel() 243 error = elf_reloc(ef->ef_efile, a, ELF_T_RELA, secbase, in ef_obj_seg_read_rel()
|
H A D | ef.c | 533 error = elf_reloc(ef->ef_efile, r, ELF_T_REL, 0, address, in ef_seg_read_rel() 539 error = elf_reloc(ef->ef_efile, a, ELF_T_RELA, 0, address, in ef_seg_read_rel()
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 272 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 263 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/sys/ |
H A D | linker.h | 320 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel,
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 281 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 400 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 370 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
H A D | elf64_machdep.c | 422 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 515 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc() function
|
/freebsd/sys/kern/ |
H A D | link_elf.c | 1489 error = relocate_file1(ef, elf_lookup, elf_reloc, false); in relocate_file() 1491 error = relocate_file1(ef, elf_lookup, elf_reloc, true); in relocate_file() 2034 relocate_file1(ef, elf_lookup_ifunc, elf_reloc, true); in link_elf_ireloc()
|
H A D | link_elf_obj.c | 1400 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL, in relocate_file1() 1435 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA, in relocate_file1()
|