Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_sym.c74 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 Dlibelf_data.c48 return (ELF_T_SYM); in _libelf_xlate_shtype()
76 return (ELF_T_SYM); in _libelf_xlate_shtype()
H A Dlibelf_align.c92 [ELF_T_SYM] = MALIGN(Sym),
131 [ELF_T_SYM] = FALIGN(4,8),
H A Dlibelf.h78 ELF_T_SYM, enumerator
H A Dlibelf_convert.m467 # 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 Dlibelf.d56 ELF_T_SYM,