Home
last modified time | relevance | path

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

/minix3/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_msize.m4105 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
H A Dlibelf.h97 #define ELF_T_FIRST ELF_T_ADDR macro
H A Delf_data.c100 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || in elf_getdata()
H A Dlibelf_fsize.m4153 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
H A Delf_update.c742 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()