Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlinker.c166 static int init_output_elf(struct bpf_linker *linker);
168 static int bpf_linker_add_file(struct bpf_linker *linker, int fd,
171 static int linker_load_obj_file(struct bpf_linker *linker,
179 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
180 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);
181 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj,
183 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj);
184 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj);
185 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj);
187 static int finalize_btf(struct bpf_linker *linker);
[all …]
/linux/scripts/
H A DKconfig.include31 # Return y if the linker supports <flag>, n otherwise
41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
55 # Get the linker name, version, and error out if it is not supported.
57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
H A Dhead-object-list.txt7 # A counter approach is to control the section placement by the linker script.
11 # If you can achieve the correct code ordering by linker script, please delete
/linux/arch/m68k/kernel/
H A Dvmlinux-nommu.lds3 * vmlinux.lds.S -- master linker script for m68knommu arch
7 * This linker script is equipped to build either ROM loaded or RAM
/linux/arch/xtensa/
H A DKconfig.debug14 bool "Disable linker relaxation"
18 The default linker behavior is to combine identical literal
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst110 | desc-sg[0] | ... | desc-sg[last] | finisher/linker |
119 - linker: has ddadr= desc-sg[0] of next video buffer, dcmd=0
122 "f" stands for finisher and "l" for linker.
167 replaced by a "linker" to Videobuffer3 (creation of new_link)
/linux/drivers/connector/
H A DKconfig4 tristate "Connector - unified userspace <-> kernelspace linker"
/linux/kernel/gcov/
H A DKconfig53 which are not linked to the kernel image to prevent linker errors.
/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst78 The Test suites are stored in a linker section
82 The linker section consists of an array of pointers to
84 macro. The KUnit executor iterates over the linker section array in order to
/linux/tools/bpf/bpftool/
H A Dgen.c1970 struct bpf_linker *linker; in do_object() local
1981 linker = bpf_linker__new(output_file, NULL); in do_object()
1982 if (!linker) { in do_object()
1990 err = bpf_linker__add_file(linker, file, NULL); in do_object()
1997 err = bpf_linker__finalize(linker); in do_object()
2005 bpf_linker__free(linker); in do_object()
/linux/Documentation/dev-tools/
H A Dgcov.rst201 Compilation aborts during linker step.
206 linker procedure.
/linux/arch/x86/boot/compressed/
H A DMakefile58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/linux/tools/testing/selftests/bpf/
H A DREADME.rst76 In case of linker errors when running selftests, try using static linking:
316 Using clang 13 to compile old libbpf which has static linker support,
/linux/Documentation/translations/pt_BR/process/
H A Dsubmit-checklist.rst90 vinculador (linker).
H A Dbackporting.rst517 Note que isso não descobrirá erros de ligação (linker errors), então você ainda
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst91 passed to linker.
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt23 a local build and install (refer perf --exec-path), or the dynamic linker
H A Dperf.data-file-format.txt79 assigned by the linker to an executable.
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S373 # Mergeable 640-byte rodata section. This allows linker to merge the table
H A Dsha512-avx-asm.S374 # Mergeable 640-byte rodata section. This allows linker to merge the table
H A Dsha512-avx2-asm.S689 # Mergeable 640-byte rodata section. This allows linker to merge the table
/linux/Documentation/livepatch/
H A Dreliable-stacktrace.rst127 * Placing such code into special linker sections, and rejecting unwinding from
/linux/Documentation/arch/x86/
H A Dsgx.rst90 In addition to the traditional compiler and linker build process, SGX has a
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst482 la quale, tramite qualche magia del linker, s'assicura che la funzione venga
600 All'interno del kernel, si seguono le normali regole del linker (ovvero,
/linux/Documentation/crypto/
H A Ddescore-readme.rst406 ahead of the kerberos-compatible library on your linker's command line.