Home
last modified time | relevance | path

Searched refs:relocatable (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/cxx/gen/src/
H A Dbuiltin.rs29 pub relocatable: bool,
118 builtin.relocatable = true;
121 if builtin.relocatable {
194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
H A Dwrite.rs476 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 Dbuiltin.rs29 pub relocatable: bool,
118 builtin.relocatable = true;
121 if builtin.relocatable {
194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
H A Dwrite.rs476 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 Dbuiltin.rs29 pub relocatable: bool,
118 builtin.relocatable = true;
121 if builtin.relocatable {
194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
H A Dwrite.rs476 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 Dbuiltin.rs29 pub relocatable: bool,
118 builtin.relocatable = true;
121 if builtin.relocatable {
194 ifndef::write(out, builtin.relocatable, "CXXBRIDGE1_RELOCATABLE");
H A Dwrite.rs476 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 Dassembler-ppc.cc1282 // 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