Home
last modified time | relevance | path

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

/trueos/lib/libelf/
HDlibelf_msize.m498 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
HDlibelf.h82 #define ELF_T_FIRST ELF_T_ADDR macro
HDelf_data.c86 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || in elf_getdata()
HDlibelf_fsize.m4148 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
HDelf_update.c611 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()