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

  /external/elfutils/tests/
asm-tst2.c 93 if (asm_addstrz (scn1, "one", 4) != 0)
98 if (asm_addstrz (scn2, "three", 0) != 0)
103 if (asm_addstrz (scn1, "two", 4) != 0)
asm-tst3.c 90 if (asm_addstrz (scn1, "one", 4) != 0)
100 if (asm_addstrz (scn2, "three", 0) != 0)
110 if (asm_addstrz (scn1, "two", 4) != 0)
  /external/elfutils/libasm/
asm_addstrz.c 28 asm_addstrz (asmscn, str, len) function
libasm.h 81 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
Makefile.am 42 asm_fill.c asm_align.c asm_addstrz.c \
Makefile 77 asm_fill.$(OBJEXT) asm_align.$(OBJEXT) asm_addstrz.$(OBJEXT) \
229 asm_fill.c asm_align.c asm_addstrz.c \
335 include ./$(DEPDIR)/asm_addstrz.Po

Completed in 50 milliseconds