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

  /external/elfutils/libasm/
libasm.map 9 asm_addstrz;
Makefile.am 46 asm_fill.c asm_align.c asm_addstrz.c \
asm_addstrz.c 43 asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len) function
libasm.h 109 extern int asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len);
  /external/elfutils/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/autotest/client/deps/systemtap/
elfutils-0.140.tar.bz2 

Completed in 6470 milliseconds