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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_dyn.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
70 if ((msz = _libelf_msize(ELF_T_DYN, ec, e->e_version)) == 0)
125 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
130 if ((msz = _libelf_msize(ELF_T_DYN, ec, e->e_version)) == 0)
H A Dlibelf_data.c41 return (ELF_T_DYN);
H A Dlibelf_align.c65 [ELF_T_DYN] = MALIGN(Dyn),
104 [ELF_T_DYN] = FALIGN(4,8),
H A Dlibelf.h57 ELF_T_DYN, enumerator in enum:__anon672
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c351 dynsize = gelf_fsize(elf, ELF_T_DYN, 1, EV_CURRENT);
361 src.d_type = ELF_T_DYN;
367 dst.d_type = ELF_T_DYN;

Completed in 302 milliseconds