/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | linker.go | 39 type linker struct { struct 40 pw pkgbits.PkgEncoder 42 pkgs map[string]pkgbits.Index 43 decls map[*types.Sym]pkgbits.Index 44 bodies map[*types.Sym]pkgbits.Index 50 func (l *linker) relocAll(pr *pkgReader, relocs []pkgbits.RelocEnt) []pkgbits.RelocEnt { 61 func (l *linker) relocIdx(pr *pkgReader, k pkgbits.RelocKind, idx pkgbits.Index) pkgbits.Index { 98 func (l *linker) relocString(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { 109 func (l *linker) relocPkg(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { 137 func (l *linker) relocObj(pr *pkgReader, idx pkgbits.Index) pkgbits.Index { [all …]
|
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/library_loader/ |
H A D | LinkerTest.java | 56 Linker linker = Mockito.spy(new Linker()); in testConsumer() local 75 Linker linker = Mockito.spy(new Linker()); in testProducer() local 91 Linker linker = Mockito.spy(new Linker()); in testConsumerReserveRandom() local 105 Linker linker = Mockito.spy(new Linker()); in testReservingZeroFallsBackToRandom() local 119 Linker linker = Mockito.spy(new Linker()); in testAppZygoteProducingRelro() local 138 Linker linker = Mockito.spy(new Linker()); in testAppZygoteFailsToFindReservedAddressRange() local 155 Linker linker = Mockito.spy(new Linker()); in testRelroSharingStatusHistogram() local 187 Linker linker = Mockito.spy(new Linker()); in testBrowserExpectingRelroFromZygote() local 206 Linker linker = Mockito.spy(new Linker()); in testPrivilegedProcessWithHint() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/link/ |
H A D | XmlReferenceLinker_test.cpp | 94 XmlReferenceLinker linker(nullptr); local 147 XmlReferenceLinker linker(nullptr); local 156 XmlReferenceLinker linker(nullptr); local 165 XmlReferenceLinker linker(nullptr); local 184 XmlReferenceLinker linker(nullptr); local 206 XmlReferenceLinker linker(nullptr); local 242 XmlReferenceLinker linker(nullptr); local 264 XmlReferenceLinker linker(nullptr); local 286 XmlReferenceLinker linker(nullptr); local 308 XmlReferenceLinker linker(nullptr); local
|
H A D | ReferenceLinker_test.cpp | 55 ReferenceLinker linker; in TEST() local 117 ReferenceLinker linker; in TEST() local 163 ReferenceLinker linker; in TEST() local 193 ReferenceLinker linker; in TEST() local 220 ReferenceLinker linker; in TEST() local 250 ReferenceLinker linker; in TEST() local 382 ReferenceLinker linker; in TEST() local
|
H A D | XmlCompatVersioner_test.cpp | 85 XmlReferenceLinker linker(nullptr); local 124 XmlReferenceLinker linker(nullptr); local 184 XmlReferenceLinker linker(nullptr); local 259 XmlReferenceLinker linker(nullptr); local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | linker.c | 180 void bpf_linker__free(struct bpf_linker *linker) in bpf_linker__free() 219 struct bpf_linker *linker; in bpf_linker__new() local 247 static struct dst_sec *add_dst_sec(struct bpf_linker *linker, const char *sec_name) in add_dst_sec() 271 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym() 295 static int init_output_elf(struct bpf_linker *linker, const char *file) in init_output_elf() 440 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file() 538 static int linker_load_obj_file(struct bpf_linker *linker, const char *filename, in linker_load_obj_file() 997 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec() 1053 static struct dst_sec *find_dst_sec_by_name(struct bpf_linker *linker, const char *sec_name) in find_dst_sec_by_name() 1098 static int extend_sec(struct bpf_linker *linker, struct dst_sec *dst, struct src_sec *src) in extend_sec() [all …]
|
/aosp_15_r20/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 53 Linker linker; in TEST_F() local 76 Linker linker; in TEST_F() local 134 Linker linker; in TEST_F() local 232 Linker linker; in TEST_F() local 337 Linker linker; in TEST_F() local
|
/aosp_15_r20/external/crosvm/.cargo/ |
H A D | config.debian.toml | 3 linker = "arm-linux-gnueabihf-gcc" qkey 6 linker = "aarch64-linux-gnu-gcc" qkey 9 linker = "riscv64-linux-gnu-gcc" qkey
|
/aosp_15_r20/out/soong/.intermediates/art/dex2oat/art_dex2oat_operator_srcs/gen/gensrcs/art/dex2oat/linker/ |
D | image_writer.operator_out.cc | 7 namespace linker { namespace 34 namespace linker { namespace
|
/aosp_15_r20/system/core/libvndksupport/tests/ |
H A D | linker_test.cpp | 44 TEST(linker, load_existing_lib) { in TEST() argument 52 TEST(linker, load_nonexisting_lib) { in TEST() argument
|
/aosp_15_r20/art/runtime/ |
H A D | class_root-inl.h | 48 inline ObjPtr<mirror::Class> GetClassRoot(ClassRoot class_root, ClassLinker* linker) in GetClassRoot() 87 inline ObjPtr<mirror::Class> GetClassRoot(ClassLinker* linker) in GetClassRoot()
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | class_verifier.cc | 71 ClassLinker* const linker = Runtime::Current()->GetClassLinker(); in UpdateMethodFlags() local 112 ClassLinker* const linker = Runtime::Current()->GetClassLinker(); in VerifyClass() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 1525 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShLinkExt() local 1590 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShGetExecutable() local 1611 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetVirtualAttributeBindings() local 1630 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetFixedAttributeBindings() local 1648 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShExcludeAttributes() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1506 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShLinkExt() local 1571 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShGetExecutable() local 1592 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetVirtualAttributeBindings() local 1611 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetFixedAttributeBindings() local 1629 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShExcludeAttributes() local
|
/aosp_15_r20/external/rust/crabbyavif/ |
D | cargo-config.toml | 7 linker = "/usr/local/google/home/vigneshv/ndk/android-ndk-r25c/toolchains/llvm/prebuilt/linux-x86_6… qkey
|
/aosp_15_r20/out/soong/.intermediates/art/compiler/art_compiler_operator_srcs/gen/gensrcs/art/compiler/linker/ |
D | linker_patch.operator_out.cc | 7 namespace linker { namespace
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/ |
D | lib.rs | 14 mod linker; module
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | elf_writer.cc | 23 namespace linker { namespace
|
H A D | index_bss_mapping_encoder_test.cc | 23 namespace linker { namespace
|
H A D | multi_oat_relative_patcher.cc | 26 namespace linker { namespace
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/ |
D | x86_64-soft_float.json | 10 "linker": "rust-lld", string
|
/aosp_15_r20/external/crosvm/tools/examples/baremetal/ |
H A D | x86_64-naked.json | 12 "linker": "rust-lld", string
|
/aosp_15_r20/art/compiler/linker/ |
H A D | linker_patch_test.cc | 23 namespace linker { namespace
|
/aosp_15_r20/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64.cc | 22 namespace linker { namespace
|
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/ |
D | lib.rs | 30 pub mod linker; module
|