HomeSort by relevance Sort by last modified time
    Searched full:is_leb (Results 1 - 1 of 1) sorted by null

  /external/elfutils/libasm/
asm_addint8.c 78 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA] local
83 (int32_t) (is_leb
85 (int32_t) (is_leb
92 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA] local
102 if ((BYTE_ORDER == LITTLE_ENDIAN && !is_leb)
103 || (BYTE_ORDER == BIG_ENDIAN && is_leb))

Completed in 383 milliseconds