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

  /external/elfutils/libasm/
libasm.map 14 asm_adduleb128;
asm_adduleb128.c 38 asm_adduleb128 (asmscn, num) function
ChangeLog 51 * asm_adduleb128.c: Likewise.
Makefile.am 60 asm_adduleb128.c asm_addsleb128.c \
libasm.h 137 extern int asm_adduleb128 (AsmScn_t *asmscn, uint32_t num);
Makefile.in 75 asm_adduleb128.$(OBJEXT) asm_addsleb128.$(OBJEXT) \
240 asm_adduleb128.c asm_addsleb128.c \
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduleb128.Po@am__quote@
  /external/elfutils/tests/
asm-tst9.c 137 if (asm_adduleb128 (scn, input[cnt]) != 0)
151 if (asm_adduleb128 (scn, -input[cnt]) != 0)
  /external/elfutils/
NEWS 630 libasm: implement asm_adduleb128 and asm_addsleb128 and a test for them

Completed in 147 milliseconds