Searched refs:symcbarg (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/libasm/ |
H A D | disasm_cb.c | 42 void *symcbarg; member 56 symtoken->symcbarg); in default_elf_getsym() 159 void *outcbarg, void *symcbarg) in disasm_cb() 171 symtoken.symcbarg = symcbarg; in disasm_cb() 173 symcbarg = &symtoken; in disasm_cb() 179 getsym, outcbarg, symcbarg); in disasm_cb() 157 disasm_cb(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, void *outcbarg, void *symcbarg) disasm_cb() argument
|
H A D | disasm_str.c | 64 void *symcbarg) in disasm_str() 69 symcbarg); in disasm_str() 62 disasm_str(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, char **bufp, size_t len, void *symcbarg) disasm_str() argument
|
H A D | libasm.h | 191 char **bufp, size_t len, void *symcbarg); 197 DisasmOutputCB_t outcb, void *outcbarg, void *symcbarg);
|
H A D | libasmP.h | 299 void *outcbarp, void *symcbarg)
|
/third_party/elfutils/libcpu/ |
H A D | i386_disasm.c | 317 void *outcbarg, void *symcbarg) in i386_disasm() 1076 &output_data.labelbufsize, symcbarg) == 0) in i386_disasm() 314 i386_disasm(Ebl *ebl __attribute__((unused)), const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg) i386_disasm() argument
|
H A D | bpf_disasm.c | 96 void *symcbarg __attribute__((unused))) in bpf_disasm()
|
H A D | riscv_disasm.c | 116 void *outcbarg, void *symcbarg __attribute__((unused))) in riscv_disasm()
|
Completed in 6 milliseconds