Home
last modified time | relevance | path

Searched refs:ELF_T_LAST (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libelf/
H A Dlibelf_msize.m4104 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
H A Delf_data.c97 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS && in elf_getdata()
H A Dlibelf_fsize.m4150 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
H A Dlibelf.h202 #define ELF_T_LAST ELF_T_GNUHASH macro
H A Delf_update.c144 if (elftype < ELF_T_FIRST || elftype > ELF_T_LAST) { in _libelf_compute_section_extents()
750 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()
H A Dlibelf_convert.m41085 assert(t >= ELF_T_FIRST && t <= ELF_T_LAST);