Home
last modified time | relevance | path

Searched defs:fix (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/netbsd/external/gpl3/gdb/dist/gas/
H A Dwrite.h47 struct fix struct
50 struct fix *fx_next; argument
56 unsigned fx_pcrel : 1;
59 unsigned fx_done : 1;
86 /* Which frag does this fix apply to? */ argument
89 /* The location within the frag where the fixup occurs. */ argument
101 /* The value of dot when the fixup expression was parsed. */ argument
102 addressT fx_dot_value;
127 /* Which ifield this fixup applies to. */ argument
137 TC_FIX_TYPE tc_fix_data; argument
[all …]
/netbsd/external/gpl3/binutils/dist/gas/
H A Dwrite.h47 struct fix struct
50 struct fix *fx_next; argument
60 int fx_pcrel_adjust : 16;
63 unsigned fx_size : 8;
66 unsigned fx_pcrel : 1;
90 /* Which frag does this fix apply to? */ argument
105 /* The value of dot when the fixup expression was parsed. */ argument
106 addressT fx_dot_value;
131 /* Which ifield this fixup applies to. */ argument
141 TC_FIX_TYPE tc_fix_data; argument
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dwrite.h47 struct fix struct
50 struct fix *fx_next; argument
56 unsigned fx_pcrel : 1;
59 unsigned fx_done : 1;
86 /* Which frag does this fix apply to? */ argument
89 /* The location within the frag where the fixup occurs. */ argument
101 /* The value of dot when the fixup expression was parsed. */ argument
102 addressT fx_dot_value;
127 /* Which ifield this fixup applies to. */ argument
137 TC_FIX_TYPE tc_fix_data; argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dwrite.h47 struct fix struct
50 struct fix *fx_next; argument
56 unsigned fx_pcrel : 1;
59 unsigned fx_done : 1;
86 /* Which frag does this fix apply to? */ argument
89 /* The location within the frag where the fixup occurs. */ argument
101 /* The value of dot when the fixup expression was parsed. */ argument
102 addressT fx_dot_value;
127 /* Which ifield this fixup applies to. */ argument
137 TC_FIX_TYPE tc_fix_data; argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix) argument
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
H A Dtc-pru.h98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix) argument
H A Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
189 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
H A Dtc-iq2000.h55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix) argument
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
H A Dtc-pru.h98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix) argument
H A Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
189 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
H A Dtc-iq2000.h53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix) argument
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
H A Dtc-pru.h98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix) argument
H A Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
190 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
H A Dtc-iq2000.h55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
H A Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix) argument
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
H A Dtc-pru.h98 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
99 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
136 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix) argument
H A Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
189 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dinsert_fn_imps.hpp108 fix(node_pointer p_nd) const in fix() function in PB_DS_CLASS_C_DEC
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dinsert_fn_imps.hpp108 fix(node_pointer p_nd) const in fix() function in PB_DS_CLASS_C_DEC

12345678910>>...12