Searched refs:AsmCtx_t (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/libasm/
H A Dasm_getelf.c40 asm_getelf (AsmCtx_t *ctx)
H A Dlibasm.h39 typedef struct AsmCtx AsmCtx_t; typedef in typeref:struct:AsmCtx
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 *ct
[all...]
H A Dasm_abort.c42 asm_abort (AsmCtx_t *ctx)
H A Dasm_begin.c47 static AsmCtx_t *
48 prepare_text_output (AsmCtx_t *result)
69 static AsmCtx_t *
70 prepare_binary_output (AsmCtx_t *result, Ebl *ebl)
129 AsmCtx_t *
141 AsmCtx_t *result
142 = (AsmCtx_t *) malloc (sizeof (AsmCtx_t) + 2 * fname_len + 9);
H A DlibasmP.h71 AsmCtx_t *ctx;
268 extern void __libasm_finictx (AsmCtx_t *ctx) internal_function;
275 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
H A Dasm_newcomsym.c55 asm_newcomsym (AsmCtx_t *ctx, const char *name, GElf_Xword size,
H A Dasm_newscn_ingrp.c40 asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname, GElf_Word type,
H A Dasm_newscngrp.c44 asm_newscngrp (AsmCtx_t *ctx, const char *grpname, AsmSym_t *signature,
H A Dasm_newabssym.c55 asm_newabssym (AsmCtx_t *ctx, const char *name, GElf_Xword size,
H A Dasm_end.c49 text_end (AsmCtx_t *ctx __attribute__ ((unused)))
62 binary_end (AsmCtx_t *ctx)
501 asm_end (AsmCtx_t *ctx)
558 __libasm_finictx (AsmCtx_t *ctx)
H A Dasm_newscn.c161 asm_newscn (AsmCtx_t *ctx, const char *scnname, GElf_Word type,
/external/elfutils/tests/
H A Dasm-tst4.c38 AsmCtx_t *ctx;
H A Dasm-tst5.c40 AsmCtx_t *ctx;
H A Dasm-tst6.c38 AsmCtx_t *ctx;
H A Dasm-tst7.c38 AsmCtx_t *ctx;
H A Dasm-tst8.c38 AsmCtx_t *ctx;
H A Dasm-tst1.c65 AsmCtx_t *ctx;
H A Dasm-tst2.c64 AsmCtx_t *ctx;
H A Dasm-tst3.c56 AsmCtx_t *ctx;
H A Dasm-tst9.c85 AsmCtx_t *ctx;

Completed in 225 milliseconds