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

/freebsd-10.1-release/lib/libelf/
H A Dlibelf_data.c36 _libelf_xlate_shtype(uint32_t sht) function
H A Dgelf_cap.c66 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
123 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
H A Dgelf_dyn.c63 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
119 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
H A Dgelf_syminfo.c66 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
123 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
H A Dgelf_symshndx.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
112 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
H A Dgelf_move.c66 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
125 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
H A Dgelf_rel.c63 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
121 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
H A Dgelf_rela.c63 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
122 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
H A Dgelf_sym.c63 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
124 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
H A D_libelf.h196 int _libelf_xlate_shtype(uint32_t _sht);
H A Delf_data.c86 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
H A Delf_update.c118 elftype = _libelf_xlate_shtype(sh_type);
610 elftype = _libelf_xlate_shtype(sh_type);

Completed in 162 milliseconds