OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itab_entry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
decode.c
780
u->
itab_entry
->operand1.type,
781
u->
itab_entry
->operand1.size);
783
u->
itab_entry
->operand2.type,
784
u->
itab_entry
->operand2.size);
786
u->
itab_entry
->operand3.type,
787
u->
itab_entry
->operand3.size);
809
u->
itab_entry
= NULL;
823
if (P_STR(u->
itab_entry
->prefix)) {
845
if ( P_INV64( u->
itab_entry
->prefix ) ) {
854
( u->pfx_rex & REX_PFX_MASK( u->
itab_entry
->prefix ) );
[
all
...]
syn-att.c
128
if (! P_OSO(u->
itab_entry
->prefix) && u->pfx_opr) {
141
if (! P_ASO(u->
itab_entry
->prefix) && u->pfx_adr) {
syn-intel.c
128
if (!P_OSO(u->
itab_entry
->prefix) && u->pfx_opr) {
137
if (!P_ASO(u->
itab_entry
->prefix) && u->pfx_adr) {
types.h
227
struct ud_itab_entry *
itab_entry
;
member in struct:ud
Completed in 638 milliseconds