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