Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDisasm.cc39 struct DisContext struct
41 bool is_Intel;
42 Stabs *stabs;
43 uint64_t pc; // first_pc <= pc < last_pc
44 uint64_t first_pc;
45 uint64_t last_pc;
46 uint64_t f_offset; // file offset for first_pc
47 int codeptr[4]; // longest instruction length may not be > 16
48 Data_window *elf;
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDisasm.cc38 struct DisContext struct
40 bool is_Intel;
41 Stabs *stabs;
42 uint64_t pc; // first_pc <= pc < last_pc
43 uint64_t first_pc;
44 uint64_t last_pc;
45 uint64_t f_offset; // file offset for first_pc
46 int codeptr[4]; // longest instruction length may not be > 16
47 Data_window *elf;