Searched refs:DisasmCtx_t (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/libasm/
H A Ddisasm_end.c40 disasm_end (DisasmCtx_t *ctx)
H A Ddisasm_begin.c40 DisasmCtx_t *
52 DisasmCtx_t *ctx = (DisasmCtx_t *) malloc (sizeof (DisasmCtx_t));
H A Dlibasm.h52 typedef struct DisasmCtx DisasmCtx_t; typedef in typeref:struct:DisasmCtx
181 extern DisasmCtx_t *disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb);
184 extern int disasm_end (DisasmCtx_t *ctx);
188 extern int disasm_str (DisasmCtx_t *ctx, const uint8_t **startp,
194 extern int disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp,
H A Ddisasm_cb.c41 DisasmCtx_t *ctx;
75 read_symtab_exec (DisasmCtx_t *ctx)
117 read_symtab (DisasmCtx_t *ctx)
155 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
H A Ddisasm_str.c62 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
H A DlibasmP.h293 extern int __disasm_cb_internal (DisasmCtx_t *ctx, const uint8_t **startp,
/external/elfutils/src/
H A Dobjdump.c697 DisasmCtx_t *ctx = disasm_begin (ebl, ebl->elf, NULL /* XXX TODO */);

Completed in 242 milliseconds