HomeSort by: relevance | last modified time | path
    Searched refs:ELF_T_FIRST (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
libelf.h 89 #define ELF_T_FIRST ELF_T_ADDR
elf_data.c 106 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
elf_update.c 155 if (elftype < ELF_T_FIRST || elftype > ELF_T_LAST) {
762 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST);

Completed in 53 milliseconds