Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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()
978 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec()
1034 static struct dst_sec *find_dst_sec_by_name(struct bpf_linker *linker, const char *sec_name) in find_dst_sec_by_name()
1079 static int extend_sec(struct bpf_linker *linker, struct dst_sec *dst, struct src_sec *src) in extend_sec()
[all …]
/third_party/rust/crates/memchr/src/tests/
Dx86_64-soft_float.json10 "linker": "rust-lld", string
/third_party/node/lib/internal/
Dv8_prof_processor.js17 async function linker(specifier, referencingModule) { function
/third_party/glslang/glslang/GenericCodeGen/
DLink.cpp68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1538 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShLinkExt() local
1604 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShGetExecutable() local
1625 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetVirtualAttributeBindings() local
1644 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShSetFixedAttributeBindings() local
1662 TLinker* linker = static_cast<TLinker*>(base->getAsLinker()); in ShExcludeAttributes() local
/third_party/node/lib/internal/vm/
Dmodule.js188 async link(linker) { argument
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp460 std::unique_ptr< ::llvm::Linker> linker { new ::llvm::Linker(*mod) }; in link() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp304 gl::ProgramLinkedResourcesLinker linker(&std140EncoderFactory); in linkResources() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3346 gl::ProgramLinkedResourcesLinker linker(&hlslEncoderFactory); in linkResources() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3556 UniformLinker linker(mState); in linkUniforms() local