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

  /external/elfutils/src/libasm/
asm_newscn_ingrp.c 47 AsmScn_t *result = INTUSE (asm_newscn) (ctx, scnname, type, flags);
asm_newscn.c 161 asm_newscn (ctx, scnname, type, flags) function
215 INTDEF(asm_newscn)
libasm.h 86 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname,
90 /* Similar to 'asm_newscn', but make it part of section group GRP. */
Makefile.am 42 asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \
Makefile 138 asm_newscn.$(OBJEXT) asm_newscn_ingrp.$(OBJEXT) \
361 asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \
489 include ./$(DEPDIR)/asm_newscn.Po
  /external/elfutils/src/tests/
asm-tst4.c 68 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst5.c 70 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst1.c 92 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
93 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst2.c 91 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst3.c 83 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst9.c 111 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);

Completed in 54 milliseconds