Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c70 !strcmp(name, sym->public_v3.name)) { in pdb_find_public_v3_symbol()
71 pdb_seg *segment = get_seg_by_num(r, sym->public_v3.segment); in pdb_find_public_v3_symbol()
73 uint64_t rva = sect_rva + sym->public_v3.offset; in pdb_find_public_v3_symbol()
76 sect_rva, sym->public_v3.segment, in pdb_find_public_v3_symbol()
77 ((char *)segment - 8), sym->public_v3.offset, rva); in pdb_find_public_v3_symbol()
H A Dpdb.h208 } public_v3; member