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

/external/elfutils/0.153/libasm/
H A Ddisasm_end.c37 disasm_end (DisasmCtx_t *ctx)
H A Ddisasm_begin.c37 DisasmCtx_t *
49 DisasmCtx_t *ctx = (DisasmCtx_t *) malloc (sizeof (DisasmCtx_t));
H A Dlibasm.h49 typedef struct DisasmCtx DisasmCtx_t; typedef in typeref:struct:DisasmCtx
178 extern DisasmCtx_t *disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb);
181 extern int disasm_end (DisasmCtx_t *ctx);
185 extern int disasm_str (DisasmCtx_t *ctx, const uint8_t **startp,
191 extern int disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp,
H A Ddisasm_cb.c38 DisasmCtx_t *ctx;
72 read_symtab_exec (DisasmCtx_t *ctx)
114 read_symtab (DisasmCtx_t *ctx)
152 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
H A Ddisasm_str.c59 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
H A DlibasmP.h290 extern int __disasm_cb_internal (DisasmCtx_t *ctx, const uint8_t **startp,
/external/elfutils/0.153/src/
H A Dobjdump.c703 DisasmCtx_t *ctx = disasm_begin (ebl, ebl->elf, NULL /* XXX TODO */);

Completed in 107 milliseconds