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

  /external/elfutils/libasm/
asm_getelf.c 38 AsmCtx_t *ctx;
libasm.h 36 typedef struct AsmCtx AsmCtx_t;
72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
75 extern int asm_abort (AsmCtx_t *ctx);
78 extern int asm_end (AsmCtx_t *ctx);
83 extern AsmScn_t *asm_newscn (AsmCtx_t *ctx, const char *scnname,
88 extern AsmScn_t *asm_newscn_ingrp (AsmCtx_t *ctx, const char *scnname,
98 extern AsmScnGrp_t *asm_newscngrp (AsmCtx_t *ctx, const char *grpname,
146 extern AsmSym_t *asm_newcomsym (AsmCtx_t *ctx, const char *name,
150 extern AsmSym_t *asm_newabssym (AsmCtx_t *ctx, const char *name,
163 extern Elf *asm_getelf (AsmCtx_t *ctx)
    [all...]
asm_abort.c 40 AsmCtx_t *ctx;
asm_begin.c 44 static AsmCtx_t *
45 prepare_text_output (AsmCtx_t *result)
66 static AsmCtx_t *
67 prepare_binary_output (AsmCtx_t *result, Ebl *ebl)
126 AsmCtx_t *
141 AsmCtx_t *result
142 = (AsmCtx_t *) malloc (sizeof (AsmCtx_t) + 2 * fname_len + 9);
libasmP.h 68 AsmCtx_t *ctx;
265 extern void __libasm_finictx (AsmCtx_t *ctx) internal_function;
272 extern AsmScn_t *__asm_newscn_internal (AsmCtx_t *ctx, const char *scnname,
asm_newcomsym.c 53 AsmCtx_t *ctx;
asm_newscn_ingrp.c 38 AsmCtx_t *ctx;
asm_newscngrp.c 42 AsmCtx_t *ctx;
asm_newabssym.c 53 AsmCtx_t *ctx;
asm_end.c 46 text_end (AsmCtx_t *ctx __attribute__ ((unused)))
59 binary_end (AsmCtx_t *ctx)
499 AsmCtx_t *ctx;
556 AsmCtx_t *ctx;
asm_newscn.c 159 AsmCtx_t *ctx;
  /external/elfutils/tests/
asm-tst4.c 46 AsmCtx_t *ctx;
asm-tst5.c 48 AsmCtx_t *ctx;
asm-tst6.c 46 AsmCtx_t *ctx;
asm-tst7.c 46 AsmCtx_t *ctx;
asm-tst8.c 46 AsmCtx_t *ctx;
asm-tst1.c 73 AsmCtx_t *ctx;
asm-tst2.c 72 AsmCtx_t *ctx;
asm-tst3.c 64 AsmCtx_t *ctx;
asm-tst9.c 93 AsmCtx_t *ctx;

Completed in 125 milliseconds