Symbol: _libelf_xlate_shtype
lib/libelf/_libelf.h
237
int _libelf_xlate_shtype(uint32_t _sht);
lib/libelf/elf_data.c
96
if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
lib/libelf/elf_update.c
143
elftype = _libelf_xlate_shtype(sh_type);
lib/libelf/elf_update.c
749
elftype = _libelf_xlate_shtype(sh_type);
lib/libelf/gelf_cap.c
124
if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
lib/libelf/gelf_cap.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
lib/libelf/gelf_dyn.c
125
if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
lib/libelf/gelf_dyn.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
lib/libelf/gelf_move.c
128
if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
lib/libelf/gelf_move.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
lib/libelf/gelf_rel.c
127
if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
lib/libelf/gelf_rel.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
lib/libelf/gelf_rela.c
128
if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
lib/libelf/gelf_rela.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
lib/libelf/gelf_sym.c
127
if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
lib/libelf/gelf_sym.c
65
if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
lib/libelf/gelf_syminfo.c
124
if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
lib/libelf/gelf_syminfo.c
63
if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
lib/libelf/gelf_symshndx.c
118
if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
lib/libelf/gelf_symshndx.c
66
if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||