Home
last modified time | relevance | path

Searched refs:ELF_T_DYN (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_dyn.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) { in gelf_getdyn()
70 if ((msz = _libelf_msize(ELF_T_DYN, ec, e->e_version)) == 0) in gelf_getdyn()
125 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) { in gelf_update_dyn()
130 if ((msz = _libelf_msize(ELF_T_DYN, ec, e->e_version)) == 0) in gelf_update_dyn()
H A Dlibelf_align.c65 [ELF_T_DYN] = MALIGN(Dyn),
104 [ELF_T_DYN] = FALIGN(4,8),
H A Dlibelf_data.c41 return (ELF_T_DYN); in _libelf_xlate_shtype()
H A Dlibelf.h57 ELF_T_DYN, enumerator
/freebsd/usr.bin/ldd/
H A Dldd.c350 dynsize = gelf_fsize(elf, ELF_T_DYN, 1, EV_CURRENT); in is_pie()
360 src.d_type = ELF_T_DYN; in is_pie()
366 dst.d_type = ELF_T_DYN; in is_pie()
/freebsd/lib/libkldelf/
H A Delf.c364 ndyn = elf_object_count(efile, ELF_T_DYN, shdr.sh_size); in elf_read_dynamic()