Home
last modified time | relevance | path

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

1234

/netbsd/src/external/gpl3/binutils/dist/gas/
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 …]
Dehopt.c103 fixS *fix; in get_cie_info() local
/netbsd/src/external/gpl3/binutils/dist/gas/config/
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
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
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
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
Dtc-iq2000.h53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
Dtc-xstormy16.h48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
Dtc-mcore.h74 #define TC_FORCE_RELOCATION(fix) mcore_force_relocation (fix) argument
Dtc-metag.h47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix) argument
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
Dtc-ft32.c729 ft32_validate_fix_sub (fixS *fix) in ft32_validate_fix_sub()
760 ft32_force_relocation (fixS *fix) in ft32_force_relocation()
Dtc-frv.h59 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) argument
Dtc-xgate.h97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix) argument
Dtc-s12z.h90 #define TC_FORCE_RELOCATION(fix) tc_s12z_force_relocation (fix) argument
Dtc-m32c.h50 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) argument
Dtc-m68hc11.h96 #define TC_FORCE_RELOCATION(fix) tc_m68hc11_force_relocation (fix) argument
Dtc-m32r.h91 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix) argument
Dtc-csky.h51 #define TC_FORCE_RELOCATION(fix) csky_force_relocation (fix) argument
Dtc-mep.h68 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) argument
Dtc-mmix.h166 #define TC_FORCE_RELOCATION(fix) mmix_force_relocation (fix) argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
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_/
Dinsert_fn_imps.hpp95 fix(node_pointer p_y) in fix() function in PB_DS_CLASS_C_DEC
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
Dinsert_fn_imps.hpp113 fix(entry_pointer p_e) in fix() function in PB_DS_CLASS_C_DEC
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dgdb_ari.sh181 function fix(bug,file,count) { function

1234