Searched refs:ELF_T_REL (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_rel.c | 65 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) { in gelf_getrel() 70 if ((msz = _libelf_msize(ELF_T_REL, ec, e->e_version)) == 0) in gelf_getrel() 130 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) { in gelf_update_rel() 135 if ((msz = _libelf_msize(ELF_T_REL, ec, e->e_version)) == 0) in gelf_update_rel()
|
H A D | libelf_align.c | 74 [ELF_T_REL] = MALIGN(Rel), 113 [ELF_T_REL] = FALIGN(4,8),
|
H A D | libelf_data.c | 65 return (ELF_T_REL); in _libelf_xlate_shtype()
|
H A D | libelf.h | 66 ELF_T_REL, enumerator
|
/freebsd/lib/libkldelf/ |
H A D | ef_arm.c | 55 case ELF_T_REL: in ef_arm_reloc() 76 if (reltype == ELF_T_REL) in ef_arm_reloc()
|
H A D | ef_i386.c | 54 case ELF_T_REL: in ef_i386_reloc() 75 if (reltype == ELF_T_REL) in ef_i386_reloc()
|
H A D | ef_amd64.c | 54 case ELF_T_REL: in ef_amd64_reloc() 75 if (reltype == ELF_T_REL) { in ef_amd64_reloc()
|
H A D | ef_mips.c | 57 case ELF_T_REL: in ef_mips_reloc() 78 if (reltype == ELF_T_REL) { in ef_mips_reloc()
|
H A D | ef.c | 330 ELF_T_REL)) { in ef_parse_dynamic() 533 error = elf_reloc(ef->ef_efile, r, ELF_T_REL, 0, address, in ef_seg_read_rel()
|
H A D | ef_obj.c | 232 error = elf_reloc(ef->ef_efile, r, ELF_T_REL, secbase, in ef_obj_seg_read_rel()
|
H A D | elf.c | 452 nrel = elf_object_count(efile, ELF_T_REL, shdr.sh_size); in elf_read_rel()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 813 s->sz = gelf_fsize(ecp->eout, (s->type == SHT_REL ? ELF_T_REL : in filter_reloc()
|