Searched refs:ELF_T_SYM (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | gelf_sym.c | 74 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) { in gelf_getsym() 79 if ((msz = _libelf_msize(ELF_T_SYM, ec, e->e_version)) == 0) in gelf_getsym() 136 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) { in gelf_update_sym() 141 if ((msz = _libelf_msize(ELF_T_SYM, ec, e->e_version)) == 0) in gelf_update_sym()
|
H A D | libelf_data.c | 48 return (ELF_T_SYM); in _libelf_xlate_shtype() 76 return (ELF_T_SYM); in _libelf_xlate_shtype()
|
H A D | libelf_align.c | 92 [ELF_T_SYM] = MALIGN(Sym), 131 [ELF_T_SYM] = FALIGN(4,8),
|
H A D | libelf.h | 78 ELF_T_SYM, enumerator
|
H A D | libelf_convert.m4 | 67 # example, the ELF_T_SYM type has a fixed size file representation,
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/ |
H A D | libelf.d | 56 ELF_T_SYM,
|