Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/lib/bpf/
Dlinker.c158 static int init_output_elf(struct bpf_linker *linker, const char *file);
160 static int linker_load_obj_file(struct bpf_linker *linker, const char *filename,
169 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
170 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj);
171 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj,
173 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj);
174 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj);
175 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj);
177 static int finalize_btf(struct bpf_linker *linker);
178 static int finalize_btf_ext(struct bpf_linker *linker);
[all …]
DBuild3 btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o \
Dlibbpf.h1410 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker,
1413 LIBBPF_API int bpf_linker__finalize(struct bpf_linker *linker);
1414 LIBBPF_API void bpf_linker__free(struct bpf_linker *linker);
/linux-6.1.9/scripts/
DKconfig.include31 # Return y if the linker supports <flag>, n otherwise
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
54 # Get the linker name, version, and error out if it is not supported.
56 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
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-6.1.9/arch/ia64/scripts/
Dtoolchain-flags23 warning: your linker cannot handle cross-segment segment-relative relocations.
24 please upgrade to a newer version (it is safe to use this linker, but
/linux-6.1.9/arch/m68k/kernel/
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-6.1.9/arch/xtensa/
DKconfig.debug14 bool "Disable linker relaxation"
18 The default linker behavior is to combine identical literal
/linux-6.1.9/Documentation/driver-api/media/drivers/
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-6.1.9/drivers/connector/
DKconfig4 tristate "Connector - unified userspace <-> kernelspace linker"
/linux-6.1.9/arch/mips/vdso/
DKconfig2 # the base address of VDSO, the linker will emit a R_MIPS_PC32
/linux-6.1.9/kernel/gcov/
DKconfig53 which are not linked to the kernel image to prevent linker errors.
/linux-6.1.9/Documentation/dev-tools/kunit/
Darchitecture.rst79 The Test suites are stored in a linker section
82 The linker section consists of an array of pointers to
85 iterates over the linker section array.
/linux-6.1.9/tools/bpf/bpftool/
Dgen.c1575 struct bpf_linker *linker; in do_object() local
1586 linker = bpf_linker__new(output_file, NULL); in do_object()
1587 if (!linker) { in do_object()
1595 err = bpf_linker__add_file(linker, file, NULL); in do_object()
1602 err = bpf_linker__finalize(linker); in do_object()
1610 bpf_linker__free(linker); in do_object()
/linux-6.1.9/Documentation/kbuild/
Dmakefiles.rst53 --- 7.9 Preprocessing linker scripts
344 1) vmlinux linker script
346 The linker script for vmlinux is located at
867 It is also possible to specify additional options to the linker.
983 It is also possible to specify additional options to the linker.
1104 Flags used for all invocations of the linker.
1119 the linker when linking the final vmlinux image.
1245 used when linking modules. This is often a linker script.
1251 The linker script with full path. Assigned by the top-level Makefile.
1255 The module linker script with full path. Assigned by the top-level
[all …]
Dllvm.rst100 ``--prefix=<path>`` to search for the GNU assembler and linker. ::
/linux-6.1.9/Documentation/driver-api/dmaengine/
Dpxa_dma.rst51 | desc-sg[0] | ... | desc-sg[last] | status updater | finisher/linker |
68 - linker: has ddadr= desc-sg[0] of next transfer, dcmd=0
/linux-6.1.9/arch/powerpc/platforms/44x/
DKconfig302 bool "Enable linker work around for PPC476FPE errata #46"
309 The work around enables the appropriate linker options and
/linux-6.1.9/tools/testing/selftests/bpf/
DREADME.rst35 In case of linker errors when running selftests, try using static linking:
245 Using clang 13 to compile old libbpf which has static linker support,
/linux-6.1.9/Documentation/dev-tools/
Dgcov.rst190 Compilation aborts during linker step.
195 linker procedure.
/linux-6.1.9/arch/x86/boot/compressed/
DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/linux-6.1.9/Documentation/process/
Dsubmit-checklist.rst21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
/linux-6.1.9/Documentation/translations/it_IT/process/
Dsubmit-checklist.rst25 avviso/errore di ``gcc`` e nessun avviso/errore dal linker.
/linux-6.1.9/arch/
DKconfig1312 format. Requires a compatible linker (LLD supports this feature), as
1382 An arch should select this symbol once all linker sections are explicitly
1383 included, size-asserted, or discarded in the linker scripts. This is
1385 by the linker, since the locations of such sections can change between linker
/linux-6.1.9/arch/m68k/
DKconfig.machine436 bool "Specify ROM linker regions"
438 Define a ROM region for the linker script. This creates a kernel

12