Searched refs:ELF_T_DYN (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_dyn.c | 65 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 D | libelf_align.c | 65 [ELF_T_DYN] = MALIGN(Dyn), 104 [ELF_T_DYN] = FALIGN(4,8),
|
H A D | libelf_data.c | 41 return (ELF_T_DYN); in _libelf_xlate_shtype()
|
H A D | libelf.h | 57 ELF_T_DYN, enumerator
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 350 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 D | elf.c | 364 ndyn = elf_object_count(efile, ELF_T_DYN, shdr.sh_size); in elf_read_dynamic()
|