Home
last modified time | relevance | path

Searched refs:immbase (Results 1 – 9 of 9) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/db/cmd/
H A Dcmd_ah14 0x00000000 => immbase=10
15 0x00000010 => immbase=8
17 0x00000000 => immbase=10
34 0x00000000 => immbase=10
35 0x00000010 => immbase=8
37 0x00000000 => immbase=10
75 0x00000815 => immbase=17185
76 …ump=0x00804804 esil='3,eax,+=' fail=0x00012345 stackframe=0x10 high=true immbase=10 opcode='foo a0…
79 …ump=0x00804804 esil='3,eax,+=' fail=0x00012345 stackframe=0x10 high=true immbase=10 opcode='foo a0…
178 …r":2069,"immbase":17185},{"addr":4919,"arch":"ppc","bits":16,"jump":8407044,"esil":"3,eax,+=","fai…
[all …]
H A Dcmd_ahi263 0x00000008 => immbase=10
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_anal_hints.c22 .immbase = 0,
39 CHECK_EQ (immbase); in hint_equals()
106 cur.immbase = 7; in test_r_anal_addr_hints()
172 cur.immbase = 0; in test_r_anal_addr_hints()
/dports/devel/radare2/radare2-5.1.1/libr/parse/
H A Dfilter.c378 int pnumleft, immbase = hint->immbase; in filter() local
400 switch (immbase) { in filter()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dhint.c230 SET_HINT (R_ANAL_ADDR_HINT_TYPE_IMMBASE, r->immbase = base;); in r_anal_hint_set_immbase()
458 hint->immbase = record->immbase; in hint_merge()
/dports/devel/radare2/radare2-5.1.1/test/db/anal/
H A Dx86_643218 0x00000844 => immbase=10
3219 0x00000848 => immbase=10
3220 0x0000084c => immbase=10
3221 0x00000850 => immbase=10
3222 0x00000854 => immbase=10
3223 0x00000858 => immbase=10
3224 0x0000085c => immbase=10
3225 0x00000860 => immbase=10
3226 0x00000864 => immbase=10
3227 0x00000868 => immbase=10
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h714 int immbase; member
743 int immbase; member
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcanal.c1033 r_cons_printf (" immbase=%d", record->immbase); in print_hint_h_format()
1116 HINTCMD_ADDR (node, "ahi %d", record->immbase); in hint_node_print()
1187 pj_ki (pj, "immbase", record->immbase); in hint_node_print()
H A Ddisasm.c3039 if (!ds_print_data_type (ds, buf + idx, ds->hint? ds->hint->immbase: 0, size)) { in ds_print_meta_infos()