Searched refs:linker (Results 1 – 25 of 43) sorted by relevance
12
/Linux-v6.6/tools/lib/bpf/ |
D | linker.c | 158 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 …]
|
D | Build | 3 btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o \
|
D | libbpf.h | 1634 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker, 1637 LIBBPF_API int bpf_linker__finalize(struct bpf_linker *linker); 1638 LIBBPF_API void bpf_linker__free(struct bpf_linker *linker);
|
/Linux-v6.6/scripts/ |
D | Kconfig.include | 31 # 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.)
|
D | head-object-list.txt | 7 # 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-v6.6/arch/ia64/scripts/ |
D | toolchain-flags | 23 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-v6.6/arch/m68k/kernel/ |
D | vmlinux-nommu.lds | 3 * vmlinux.lds.S -- master linker script for m68knommu arch 7 * This linker script is equipped to build either ROM loaded or RAM
|
/Linux-v6.6/arch/xtensa/ |
D | Kconfig.debug | 14 bool "Disable linker relaxation" 18 The default linker behavior is to combine identical literal
|
/Linux-v6.6/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 110 | 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-v6.6/drivers/connector/ |
D | Kconfig | 4 tristate "Connector - unified userspace <-> kernelspace linker"
|
/Linux-v6.6/kernel/gcov/ |
D | Kconfig | 53 which are not linked to the kernel image to prevent linker errors.
|
/Linux-v6.6/Documentation/dev-tools/kunit/ |
D | architecture.rst | 78 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-v6.6/tools/bpf/bpftool/ |
D | gen.c | 1573 struct bpf_linker *linker; in do_object() local 1584 linker = bpf_linker__new(output_file, NULL); in do_object() 1585 if (!linker) { in do_object() 1593 err = bpf_linker__add_file(linker, file, NULL); in do_object() 1600 err = bpf_linker__finalize(linker); in do_object() 1608 bpf_linker__free(linker); in do_object()
|
/Linux-v6.6/arch/loongarch/ |
D | Makefile | 83 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 51 | desc-sg[0] | ... | desc-sg[last] | status updater | finisher/linker | 68 - linker: has ddadr= desc-sg[0] of next transfer, dcmd=0
|
/Linux-v6.6/arch/powerpc/platforms/44x/ |
D | Kconfig | 303 bool "Enable linker work around for PPC476FPE errata #46" 310 The work around enables the appropriate linker options and
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 284 1) vmlinux linker script 286 The linker script for vmlinux is located at 815 It is also possible to specify additional options to the linker. 933 It is also possible to specify additional options to the linker. 1063 Flags used for all invocations of the linker. 1078 the linker when linking the final vmlinux image. 1211 used when linking modules. This is often a linker script. 1216 The linker script with full path. Assigned by the top-level Makefile. 1367 options to the linker. The linker options are specified using the 1416 Preprocessing linker scripts [all …]
|
/Linux-v6.6/Documentation/dev-tools/ |
D | gcov.rst | 190 Compilation aborts during linker step. 195 linker procedure.
|
/Linux-v6.6/arch/x86/boot/compressed/ |
D | Makefile | 69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | README.rst | 76 In case of linker errors when running selftests, try using static linking: 286 Using clang 13 to compile old libbpf which has static linker support,
|
/Linux-v6.6/Documentation/process/ |
D | submit-checklist.rst | 21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | submit-checklist.rst | 25 avviso/errore di ``gcc`` e nessun avviso/errore dal linker.
|
/Linux-v6.6/arch/m68k/ |
D | Kconfig.machine | 436 bool "Specify ROM linker regions" 438 Define a ROM region for the linker script. This creates a kernel
|
/Linux-v6.6/Documentation/bpf/libbpf/ |
D | libbpf_naming_convention.rst | 91 passed to linker.
|
/Linux-v6.6/arch/ |
D | Kconfig | 1367 format. Requires a compatible linker (LLD supports this feature), as 1437 An arch should select this symbol once all linker sections are explicitly 1438 included, size-asserted, or discarded in the linker scripts. This is 1440 by the linker, since the locations of such sections can change between linker
|
12