Searched refs:asm_newscn (Results 1 - 10 of 10) sorted by relevance
/external/elfutils/tests/ |
H A D | asm-tst4.c | 53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
H A D | asm-tst5.c | 55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
H A D | asm-tst1.c | 77 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); 78 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
H A D | asm-tst2.c | 76 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
H A D | asm-tst3.c | 68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
H A D | asm-tst9.c | 96 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
|
/external/elfutils/libasm/ |
H A D | asm_newscn.c | 145 asm_newscn (ctx, scnname, type, flags) function 202 INTDEF(asm_newscn)
|
H A D | libasm.h | 58 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname, 62 /* Similar to 'asm_newscn', but make it part of section group GRP. */
|
H A D | Makefile.am | 38 asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \
|
H A D | Makefile | 73 asm_newscn.$(OBJEXT) asm_newscn_ingrp.$(OBJEXT) \ 225 asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \ 349 include ./$(DEPDIR)/asm_newscn.Po
|
Completed in 86 milliseconds