Searched refs:AsmCtx_t (Results 1 – 20 of 20) sorted by relevance
/external/elfutils/libasm/ |
D | libasm.h | 39 typedef struct AsmCtx AsmCtx_t; typedef 75 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp); 78 extern int asm_abort (AsmCtx_t *ctx); 81 extern int asm_end (AsmCtx_t *ctx); 86 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname, 91 extern AsmScn_t *asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, 101 extern AsmScnGrp_t *asm_newscngrp (AsmCtx_t *ctx, const char *grpname, 149 extern AsmSym_t *asm_newcomsym (AsmCtx_t *ctx, const char *name, 153 extern AsmSym_t *asm_newabssym (AsmCtx_t *ctx, const char *name, 166 extern Elf *asm_getelf (AsmCtx_t *ctx);
|
D | asm_begin.c | 47 static AsmCtx_t * 48 prepare_text_output (AsmCtx_t *result) in prepare_text_output() 69 static AsmCtx_t * 70 prepare_binary_output (AsmCtx_t *result, Ebl *ebl) in prepare_binary_output() 129 AsmCtx_t * 141 AsmCtx_t *result in asm_begin() 142 = (AsmCtx_t *) malloc (sizeof (AsmCtx_t) + 2 * fname_len + 9); in asm_begin()
|
D | libasmP.h | 73 AsmCtx_t *ctx; 270 extern void __libasm_finictx (AsmCtx_t *ctx) internal_function; 277 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
|
D | asm_getelf.c | 40 asm_getelf (AsmCtx_t *ctx) in asm_getelf()
|
D | asm_end.c | 48 text_end (AsmCtx_t *ctx __attribute__ ((unused))) in text_end() 61 binary_end (AsmCtx_t *ctx) in binary_end() 502 asm_end (AsmCtx_t *ctx) in asm_end() 559 __libasm_finictx (AsmCtx_t *ctx) in __libasm_finictx()
|
D | asm_abort.c | 42 asm_abort (AsmCtx_t *ctx) in asm_abort()
|
D | asm_newscn_ingrp.c | 40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn_ingrp()
|
D | asm_newcomsym.c | 55 asm_newcomsym (AsmCtx_t *ctx, const char *name, GElf_Xword size, in asm_newcomsym()
|
D | asm_newscngrp.c | 44 asm_newscngrp (AsmCtx_t *ctx, const char *grpname, AsmSym_t *signature, in asm_newscngrp()
|
D | asm_newabssym.c | 55 asm_newabssym (AsmCtx_t *ctx, const char *name, GElf_Xword size, in asm_newabssym()
|
D | asm_newscn.c | 160 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type, in asm_newscn()
|
/external/elfutils/tests/ |
D | asm-tst4.c | 38 AsmCtx_t *ctx; in main()
|
D | asm-tst5.c | 40 AsmCtx_t *ctx; in main()
|
D | asm-tst6.c | 38 AsmCtx_t *ctx; in main()
|
D | asm-tst7.c | 38 AsmCtx_t *ctx; in main()
|
D | asm-tst8.c | 38 AsmCtx_t *ctx; in main()
|
D | asm-tst1.c | 65 AsmCtx_t *ctx; in main()
|
D | asm-tst2.c | 64 AsmCtx_t *ctx; in main()
|
D | asm-tst9.c | 85 AsmCtx_t *ctx; in main()
|
D | asm-tst3.c | 56 AsmCtx_t *ctx; in main()
|