Searched refs:ELF_T_REL (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c65 return (ELF_T_REL);
H A Dgelf_rel.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
70 if ((msz = _libelf_msize(ELF_T_REL, ec, e->e_version)) == 0)
130 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
135 if ((msz = _libelf_msize(ELF_T_REL, ec, e->e_version)) == 0)
H A Dlibelf_align.c74 [ELF_T_REL] = MALIGN(Rel),
113 [ELF_T_REL] = FALIGN(4,8),
H A Dlibelf.h66 ELF_T_REL, enumerator in enum:__anon672
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c813 s->sz = gelf_fsize(ecp->eout, (s->type == SHT_REL ? ELF_T_REL :

Completed in 109 milliseconds