Searched refs:DO_PERM (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-macho.c | 1737 #define DO_PERM(R, NUM) R = reg_perm / NUM; reg_perm -= R * NUM in dump_unwind_encoding_x86() macro 1742 DO_PERM (regs[0], 120); in dump_unwind_encoding_x86() 1743 DO_PERM (regs[1], 24); in dump_unwind_encoding_x86() 1744 DO_PERM (regs[2], 6); in dump_unwind_encoding_x86() 1745 DO_PERM (regs[3], 2); in dump_unwind_encoding_x86() 1746 DO_PERM (regs[4], 1); in dump_unwind_encoding_x86() 1750 DO_PERM (regs[0], 60); in dump_unwind_encoding_x86() 1751 DO_PERM (regs[1], 12); in dump_unwind_encoding_x86() 1752 DO_PERM (regs[2], 3); in dump_unwind_encoding_x86() 1753 DO_PERM (regs[3], 1); in dump_unwind_encoding_x86() [all …]
|