Searched refs:relocatable (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/cxx/gen/src/ |
H A D | builtin.rs | 29 pub relocatable: bool, 118 builtin.relocatable = true; 121 if builtin.relocatable { 194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
|
H A D | write.rs | 476 out.builtin.relocatable = true; in check_trivial_extern_type() 484 // relocatable type is also permissible. in check_trivial_extern_type()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | builtin.rs | 29 pub relocatable: bool, 118 builtin.relocatable = true; 121 if builtin.relocatable { 194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
|
H A D | write.rs | 476 out.builtin.relocatable = true; in check_trivial_extern_type() 484 // relocatable type is also permissible. in check_trivial_extern_type()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | builtin.rs | 29 pub relocatable: bool, 118 builtin.relocatable = true; 121 if builtin.relocatable { 194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
|
H A D | write.rs | 476 out.builtin.relocatable = true; in check_trivial_extern_type() 484 // relocatable type is also permissible. in check_trivial_extern_type()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | builtin.rs | 29 pub relocatable: bool, 118 builtin.relocatable = true; 121 if builtin.relocatable { 194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
|
H A D | write.rs | 476 out.builtin.relocatable = true; in check_trivial_extern_type() 484 // relocatable type is also permissible. in check_trivial_extern_type()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 1282 // Prefer non-relocatable two-instruction bitwise-mov32 over in use_constant_pool_for_mov() 1320 bool relocatable = src.must_output_reloc_info(this); in mov() local 1324 !(relocatable || in mov() 1332 if (relocatable) { in mov() 1392 if (relocatable) { in mov()
|
Completed in 14 milliseconds