Home
last modified time | relevance | path

Searched refs:pdb_init_from_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.h236 bool pdb_init_from_file(const char *name, struct pdb_reader *reader);
H A Dpdb.c273 bool pdb_init_from_file(const char *name, struct pdb_reader *reader) in pdb_init_from_file() function
H A Dmain.c596 if (!pdb_init_from_file(PDB_NAME, &pdb)) { in main()