Home
last modified time | relevance | path

Searched refs:new_fix (Results 1 – 25 of 103) sorted by relevance

12345

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-hppa.c1196 fixS *new_fix; in fix_new_hppa() local
1203 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1211 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1217 if (new_fix->fx_subsy in fix_new_hppa()
1226 new_fix->fx_subsy = NULL; in fix_new_hppa()
8529 struct fix *new_fix; in pa_vtable_entry() local
8531 new_fix = obj_elf_vtable_entry (0); in pa_vtable_entry()
8533 if (new_fix) in pa_vtable_entry()
8550 struct fix *new_fix; in pa_vtable_inherit() local
8552 new_fix = obj_elf_vtable_inherit (0); in pa_vtable_inherit()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-hppa.c1196 fixS *new_fix; in fix_new_hppa() local
1203 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1211 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1217 if (new_fix->fx_subsy in fix_new_hppa()
1226 new_fix->fx_subsy = NULL; in fix_new_hppa()
8523 struct fix *new_fix; in pa_vtable_entry() local
8525 new_fix = obj_elf_get_vtable_entry (); in pa_vtable_entry()
8527 if (new_fix) in pa_vtable_entry()
8544 struct fix *new_fix; in pa_vtable_inherit() local
8546 new_fix = obj_elf_get_vtable_inherit (); in pa_vtable_inherit()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-hppa.c1196 fixS *new_fix; in fix_new_hppa() local
1203 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1211 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1217 if (new_fix->fx_subsy in fix_new_hppa()
1226 new_fix->fx_subsy = NULL; in fix_new_hppa()
8523 struct fix *new_fix; in pa_vtable_entry() local
8525 new_fix = obj_elf_get_vtable_entry (); in pa_vtable_entry()
8527 if (new_fix) in pa_vtable_entry()
8544 struct fix *new_fix; in pa_vtable_inherit() local
8546 new_fix = obj_elf_get_vtable_inherit (); in pa_vtable_inherit()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-hppa.c1196 fixS *new_fix; in fix_new_hppa() local
1203 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1211 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1217 if (new_fix->fx_subsy in fix_new_hppa()
1226 new_fix->fx_subsy = NULL; in fix_new_hppa()
8529 struct fix *new_fix; in pa_vtable_entry() local
8531 new_fix = obj_elf_vtable_entry (0); in pa_vtable_entry()
8533 if (new_fix) in pa_vtable_entry()
8550 struct fix *new_fix; in pa_vtable_inherit() local
8552 new_fix = obj_elf_vtable_inherit (0); in pa_vtable_inherit()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-hppa.c1196 fixS *new_fix; in fix_new_hppa() local
1203 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1211 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1217 if (new_fix->fx_subsy in fix_new_hppa()
1226 new_fix->fx_subsy = NULL; in fix_new_hppa()
8523 struct fix *new_fix; in pa_vtable_entry() local
8525 new_fix = obj_elf_get_vtable_entry (); in pa_vtable_entry()
8527 if (new_fix) in pa_vtable_entry()
8544 struct fix *new_fix; in pa_vtable_inherit() local
8546 new_fix = obj_elf_get_vtable_inherit (); in pa_vtable_inherit()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Danalysis_data_flow.rs1025 let new_fix: RangeFragIx; in get_range_frags_for_block() localVariable
1030 new_fix = back_0; in get_range_frags_for_block()
1032 new_fix = back_1; in get_range_frags_for_block()
1036 new_fix = RangeFragIx::new(out_frags.len() as u32 - 1); in get_range_frags_for_block()
1041 new_fix = RangeFragIx::new(out_frags.len() as u32 - 1); in get_range_frags_for_block()
1046 out_map.insert(r, vec![new_fix]); in get_range_frags_for_block()
1049 frag_vec.push(new_fix); in get_range_frags_for_block()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Danalysis_data_flow.rs836 let mut new_fix = None; in get_range_frags_for_block() localVariable
843 new_fix = Some(back_0); in get_range_frags_for_block()
845 new_fix = Some(back_1); in get_range_frags_for_block()
849 let new_fix = match new_fix { in get_range_frags_for_block() localVariable
860 out_map.entry(r).or_insert_with(|| Vec::new()).push(new_fix); in get_range_frags_for_block()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-hppa.c1347 fixS *new_fix; local
1356 new_fix->tc_fix_data = (void *) hppa_fix;
1364 new_fix->fx_offset = unwind_bits;
1370 if (new_fix->fx_subsy
1373 new_fix->fx_subsy = NULL;
8671 struct fix *new_fix; local
8673 new_fix = obj_elf_vtable_entry (0);
8675 if (new_fix)
8693 struct fix *new_fix; local
8695 new_fix = obj_elf_vtable_inherit (0);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-hppa.c1349 fixS *new_fix; local
1358 new_fix->tc_fix_data = (void *) hppa_fix;
1366 new_fix->fx_offset = unwind_bits;
1372 if (new_fix->fx_subsy
1375 new_fix->fx_subsy = NULL;
8696 struct fix *new_fix; local
8698 new_fix = obj_elf_vtable_entry (0);
8700 if (new_fix)
8718 struct fix *new_fix; local
8720 new_fix = obj_elf_vtable_inherit (0);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-hppa.c1347 fixS *new_fix;
1356 new_fix->tc_fix_data = (void *) hppa_fix;
1364 new_fix->fx_offset = unwind_bits;
1370 if (new_fix->fx_subsy
1373 new_fix->fx_subsy = NULL;
8671 struct fix *new_fix;
8673 new_fix = obj_elf_vtable_entry (0);
8675 if (new_fix)
8693 struct fix *new_fix;
8695 new_fix = obj_elf_vtable_inherit (0);
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-hppa.c1358 fixS *new_fix; local
1367 new_fix->tc_fix_data = (void *) hppa_fix;
1375 new_fix->fx_offset = unwind_bits;
1381 if (new_fix->fx_subsy
1384 new_fix->fx_subsy = NULL;
8689 struct fix *new_fix; local
8691 new_fix = obj_elf_vtable_entry (0);
8693 if (new_fix)
8711 struct fix *new_fix; local
8713 new_fix = obj_elf_vtable_inherit (0);
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/block-modes-0.3.3/src/
H A Dtraits.rs18 fn new_fix(key: &Key<C>, iv: &Block<C>) -> Self { in new_fix() method
/dports/net-im/fractal/fractal-4.4.0/vendor/block-modes/src/
H A Dtraits.rs18 fn new_fix(key: &Key<C>, iv: &Block<C>) -> Self { in new_fix() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/block-modes-0.3.3/src/
H A Dtraits.rs18 fn new_fix(key: &Key<C>, iv: &Block<C>) -> Self { in new_fix() method
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/block-modes-0.7.0/src/
H A Dtraits.rs25 fn new_fix(key: &Key<C>, iv: &GenericArray<u8, Self::IvSize>) -> Self { in new_fix() method
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/block-modes-0.8.1/src/
H A Dtraits.rs24 fn new_fix(key: &Key<C>, iv: &GenericArray<u8, Self::IvSize>) -> Self in new_fix() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/block-modes-0.8.1/src/
H A Dtraits.rs24 fn new_fix(key: &Key<C>, iv: &GenericArray<u8, Self::IvSize>) -> Self in new_fix() method
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Danalysis_data_flow.rs873 let mut new_fix = None; localVariable
880 new_fix = Some(back_0);
882 new_fix = Some(back_1);
886 let new_fix = match new_fix { localVariable
897 out_map[reg_to_reg_ix(num_real_regs, reg) as usize].push(new_fix);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_data_flow.rs873 let mut new_fix = None; localVariable
880 new_fix = Some(back_0);
882 new_fix = Some(back_1);
886 let new_fix = match new_fix { localVariable
897 out_map[reg_to_reg_ix(num_real_regs, reg) as usize].push(new_fix);
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Danalysis_data_flow.rs873 let mut new_fix = None; localVariable
880 new_fix = Some(back_0);
882 new_fix = Some(back_1);
886 let new_fix = match new_fix { localVariable
897 out_map[reg_to_reg_ix(num_real_regs, reg) as usize].push(new_fix);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Danalysis_data_flow.rs873 let mut new_fix = None; localVariable
880 new_fix = Some(back_0);
882 new_fix = Some(back_1);
886 let new_fix = match new_fix { localVariable
897 out_map[reg_to_reg_ix(num_real_regs, reg) as usize].push(new_fix);
/dports/science/jstrack/jstrack/extlib/tcllib1.19/tiff/
H A Dtiff.tcl306 set new_fix {}
309 lappend new_fix [lreplace $x 4 4 $offset]
312 foreach x [lsort -integer -index 0 $new_fix] {
/dports/devel/tcllib/tcllib-1.20/modules/tiff/
H A Dtiff.tcl306 set new_fix {}
309 lappend new_fix [lreplace $x 4 4 $offset]
312 foreach x [lsort -integer -index 0 $new_fix] {
/dports/devel/tcllibc/tcllib-1.20/modules/tiff/
H A Dtiff.tcl306 set new_fix {}
309 lappend new_fix [lreplace $x 4 4 $offset]
312 foreach x [lsort -integer -index 0 $new_fix] {
/dports/lang/gcc9/gcc-9.4.0/gcc/config/csky/
H A Dcsky.c1114 Mfix *new_fix; in create_csky_fix_barrier() local
1175 new_fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* new_fix)); in create_csky_fix_barrier()
1176 new_fix->insn = barrier; in create_csky_fix_barrier()
1177 new_fix->address = selected_address; in create_csky_fix_barrier()
1180 new_fix->next = fix->next; in create_csky_fix_barrier()
1181 fix->next = new_fix; in create_csky_fix_barrier()
1184 new_fix->next = fix_next; in create_csky_fix_barrier()
1186 return new_fix; in create_csky_fix_barrier()

12345