Home
last modified time | relevance | path

Searched defs:getsym (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/libasm/
H A Ddisasm_cb.c162 DisasmGetSymCB_t getsym = ctx->symcb ?: null_elf_getsym; in disasm_cb() local
/aosp_15_r20/external/coreboot/util/bincfg/
H A Dbincfg.y127 static struct field *getsym (char const *sym_name) in getsym() function