HomeSort by relevance Sort by last modified time
    Searched refs:asm_addstrz (Results 1 - 6 of 6) sorted by null

  /external/elfutils/src/tests/
asm-tst2.c 108 if (asm_addstrz (scn1, "one", 4) != 0)
113 if (asm_addstrz (scn2, "three", 0) != 0)
118 if (asm_addstrz (scn1, "two", 4) != 0)
asm-tst3.c 105 if (asm_addstrz (scn1, "one", 4) != 0)
115 if (asm_addstrz (scn2, "three", 0) != 0)
125 if (asm_addstrz (scn1, "two", 4) != 0)
  /external/elfutils/src/libasm/
asm_addstrz.c 43 asm_addstrz (asmscn, str, len) function
libasm.h 109 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
Makefile.am 46 asm_fill.c asm_align.c asm_addstrz.c \
Makefile 142 asm_fill.$(OBJEXT) asm_align.$(OBJEXT) asm_addstrz.$(OBJEXT) \
365 asm_fill.c asm_align.c asm_addstrz.c \
475 include ./$(DEPDIR)/asm_addstrz.Po

Completed in 3191 milliseconds