Home
last modified time | relevance | path

Searched refs:ELF_T_FIRST (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_msize.m496 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
H A Dlibelf.h81 #define ELF_T_FIRST ELF_T_ADDR macro
H A Dlibelf_fsize.m4150 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
H A Delf_data.c94 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || in elf_getdata()
H A Delf_update.c745 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()