Home
last modified time | relevance | path

Searched refs:modimage (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c58 const uint8_t *root = r->modimage; in pdb_find_public_v3_symbol()
103 g_free(r->modimage); in pdb_exit_symbols()
197 r->modimage = pdb_ds_read_file(r, symbols->gsym_file); in pdb_init_symbols()
198 if (!r->modimage) { in pdb_init_symbols()
H A Dpdb.h231 uint8_t *modimage; member