Home
last modified time | relevance | path

Searched defs:linker (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dlinker.go39 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 DLinkerTest.java56 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 DXmlReferenceLinker_test.cpp94 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 DReferenceLinker_test.cpp55 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 DXmlCompatVersioner_test.cpp85 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 Dlinker.c180 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/
DLinkerTest.cpp53 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 Dconfig.debian.toml3 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/
Dimage_writer.operator_out.cc7 namespace linker { namespace
34 namespace linker { namespace
/aosp_15_r20/system/core/libvndksupport/tests/
H A Dlinker_test.cpp44 TEST(linker, load_existing_lib) { in TEST() argument
52 TEST(linker, load_nonexisting_lib) { in TEST() argument
/aosp_15_r20/art/runtime/
H A Dclass_root-inl.h48 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 Dclass_verifier.cc71 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 DShaderLang.cpp1525 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/
DShaderLang.cpp1506 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/
Dcargo-config.toml7 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/
Dlinker_patch.operator_out.cc7 namespace linker { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/
Dlib.rs14 mod linker; module
/aosp_15_r20/art/dex2oat/linker/
H A Delf_writer.cc23 namespace linker { namespace
H A Dindex_bss_mapping_encoder_test.cc23 namespace linker { namespace
H A Dmulti_oat_relative_patcher.cc26 namespace linker { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/tests/
Dx86_64-soft_float.json10 "linker": "rust-lld", string
/aosp_15_r20/external/crosvm/tools/examples/baremetal/
H A Dx86_64-naked.json12 "linker": "rust-lld", string
/aosp_15_r20/art/compiler/linker/
H A Dlinker_patch_test.cc23 namespace linker { namespace
/aosp_15_r20/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64.cc22 namespace linker { namespace
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dlib.rs30 pub mod linker; module

1234567