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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c34 _libelf_xlate_shtype(uint32_t sht) function
H A Dgelf_cap.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
124 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) {
H A Dgelf_dyn.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
125 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) {
H A Dgelf_syminfo.c63 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
124 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) {
H A Dgelf_symshndx.c66 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
118 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD ||
H A Dgelf_move.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
128 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) {
H A Dgelf_rel.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
130 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) {
H A Dgelf_rela.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
132 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) {
H A Dgelf_sym.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
127 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) {
H A D_libelf.h245 int _libelf_xlate_shtype(uint32_t _sht);
H A Delf_data.c96 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
H A Delf_update.c144 elftype = _libelf_xlate_shtype(sh_type);
750 elftype = _libelf_xlate_shtype(sh_type);

Completed in 154 milliseconds