Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c36 static pdb_seg *get_seg_by_num(struct pdb_reader *r, size_t n) in get_seg_by_num()
47 ptr += sizeof(pdb_seg); in get_seg_by_num()
50 return (pdb_seg *)ptr; in get_seg_by_num()
71 pdb_seg *segment = get_seg_by_num(r, sym->public_v3.segment); in pdb_find_public_v3_symbol()
H A Dpdb.h213 typedef struct pdb_seg { struct
215 } __attribute__ ((packed)) pdb_seg; argument