| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-rl78.h | 69 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \ 70 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP) 79 #define HANDLE_ALIGN(SEC, FRAG) rl78_handle_align (FRAG)
|
| tc-rx.h | 81 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 82 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC) 100 #define HANDLE_ALIGN(SEC, FRAG) rx_handle_align (FRAG)
|
| tc-cr16.h | 60 extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *, 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC) 68 /* Give an error if a frag containing code is not aligned to a 2-byte
|
| tc-crx.h | 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \ 71 /* Give an error if a frag containing code is not aligned to a 2-byte
|
| tc-pj.h | 34 void pj_cons_fix_new_pj (struct frag *, int, int, expressionS *, 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
|
| tc-m32c.h | 53 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 54 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
|
| tc-mn10300.h | 50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC)) 128 #define HANDLE_ALIGN(sec, frag) mn10300_handle_align (frag)
|
| tc-tilegx.h | 43 extern void tilegx_handle_align (struct frag *); 55 extern void tilegx_cons_fix_new (struct frag *, int, 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 58 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
| tc-tilepro.h | 43 extern void tilepro_handle_align (struct frag *); 55 extern void tilepro_cons_fix_new (struct frag *, int, 58 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 59 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
| tc-tic54x.h | 78 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 79 tic54x_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
|
| tc-alpha.h | 74 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP,RELOC) \ 76 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \ 112 extern void alpha_handle_align (struct frag *);
|
| tc-arc.h | 125 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 126 arc_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-rl78.h | 69 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RET) \ 70 rl78_cons_fix_new (FRAG, WHERE, NBYTES, EXP) 79 #define HANDLE_ALIGN(SEC, FRAG) rl78_handle_align (FRAG)
|
| tc-rx.h | 81 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 82 rx_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC) 100 #define HANDLE_ALIGN(SEC, FRAG) rx_handle_align (FRAG)
|
| tc-cr16.h | 60 extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *, 65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC) 68 /* Give an error if a frag containing code is not aligned to a 2-byte
|
| tc-crx.h | 63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \ 71 /* Give an error if a frag containing code is not aligned to a 2-byte
|
| tc-pj.h | 34 void pj_cons_fix_new_pj (struct frag *, int, int, expressionS *, 49 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 50 pj_cons_fix_new_pj (FRAG, WHERE, NBYTES, EXP, RELOC)
|
| tc-m32c.h | 53 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 54 m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP, RELOC)
|
| tc-mn10300.h | 50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC)) 128 #define HANDLE_ALIGN(sec, frag) mn10300_handle_align (frag)
|
| tc-tilegx.h | 43 extern void tilegx_handle_align (struct frag *); 54 extern void tilegx_cons_fix_new (struct frag *, int, 56 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 57 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
| tc-tilepro.h | 43 extern void tilepro_handle_align (struct frag *); 54 extern void tilepro_cons_fix_new (struct frag *, int, 57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \ 58 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
|
| tc-tic54x.h | 78 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 79 tic54x_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
|
| tc-alpha.h | 74 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP,RELOC) \ 76 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \ 112 extern void alpha_handle_align (struct frag *);
|
| tc-arc.h | 125 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ 126 arc_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
|
| /src/sys/arch/ia64/disasm/ |
| disasm_extract.c | 38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) 1851 int frag; local 1853 while ((frag = va_arg(ap, int)) != 0) { 1854 val |= (uint64_t)FIELD(bits, FRAG_OFS(frag), FRAG_LEN(frag)) 1856 len += FRAG_LEN(frag); 1934 s_immf(i, 2, bits, FRAG(13,7), FRAG(36,1), 0); 1939 s_immf(i, 2, bits, FRAG(13,7), FRAG(27,6), FRAG(36,1), 0) [all...] |