Home
last modified time | relevance | path

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

123456

/netbsd-src/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;
91 /* Which frag does this fix apply to? */ argument
94 /* The location within the frag where the fixup occurs. */ argument
106 /* The value of dot when the fixup expression was parsed. */ argument
107 addressT fx_dot_value;
132 /* Which ifield this fixup applies to. */ argument
[all …]
/netbsd-src/external/gpl3/binutils.old/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
93 /* The location within the frag where the fixup occurs. */ 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
[all …]
/netbsd-src/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
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
H A Dtc-xstormy16.h48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
H A Dtc-mcore.h74 #define TC_FORCE_RELOCATION(fix) mcore_force_relocation (fix) argument
H A Dtc-metag.h47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix) argument
H A Dtc-xtensa.h360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
364 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix) argument
369 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix) argument
/netbsd-src/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.h99 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
100 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
137 #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
H A Dtc-xstormy16.h48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
H A Dtc-mcore.h74 #define TC_FORCE_RELOCATION(fix) mcore_force_relocation (fix) argument
H A Dtc-metag.h47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix) argument
H A Dtc-xtensa.h360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
364 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix) argument
369 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix) argument
H A Dtc-ft32.c729 ft32_validate_fix_sub (fixS *fix) in ft32_validate_fix_sub()
760 ft32_force_relocation (fixS *fix) in ft32_force_relocation()
/netbsd-src/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-src/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
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp95 fix(node_pointer p_y) in fix() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp95 fix(node_pointer p_y) in fix() function in PB_DS_CLASS_C_DEC

123456