Searched refs:_libelf_xlate_shtype (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_data.c41 _libelf_xlate_shtype(uint32_t sht) function
H A Dgelf_cap.c70 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
127 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
H A Dgelf_dyn.c68 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
124 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
H A Dgelf_syminfo.c70 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
127 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
H A Dgelf_symshndx.c70 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
117 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
H A Dgelf_move.c70 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
129 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
H A Dgelf_rel.c68 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
126 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
H A Dgelf_rela.c68 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
127 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
H A Dgelf_sym.c68 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
129 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
H A D_libelf.h197 int _libelf_xlate_shtype(uint32_t _sht);
H A Delf_data.c87 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
H A Delf_update.c134 elftype = _libelf_xlate_shtype(sh_type);
560 elftype = _libelf_xlate_shtype(sh_type);

Completed in 478 milliseconds