Searched defs:linker (Results 1 – 10 of 10) sorted by relevance
/third_party/libbpf/src/ |
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() 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/ |
D | x86_64-soft_float.json | 10 "linker": "rust-lld", string
|
/third_party/node/lib/internal/ |
D | v8_prof_processor.js | 17 async function linker(specifier, referencingModule) { function
|
/third_party/glslang/glslang/GenericCodeGen/ |
D | Link.cpp | 68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1538 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/ |
D | module.js | 188 async link(linker) { argument
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 460 std::unique_ptr< ::llvm::Linker> linker { new ::llvm::Linker(*mod) }; in link() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 304 gl::ProgramLinkedResourcesLinker linker(&std140EncoderFactory); in linkResources() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 3346 gl::ProgramLinkedResourcesLinker linker(&hlslEncoderFactory); in linkResources() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 3556 UniformLinker linker(mState); in linkUniforms() local
|