Home
last modified time | relevance | path

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

12

/linux/tools/lib/bpf/
A Dlinker.c184 if (!linker) in bpf_linker__free()
189 if (linker->elf) in bpf_linker__free()
213 free(linker); in bpf_linker__free()
229 linker = calloc(1, sizeof(*linker)); in bpf_linker__new()
230 if (!linker) in bpf_linker__new()
239 return linker; in bpf_linker__new()
249 size_t new_cnt = linker->sec_cnt ? linker->sec_cnt + 1 : 2; in add_dst_sec()
311 linker->elf = elf_begin(linker->fd, ELF_C_WRITE, NULL); in init_output_elf()
318 linker->elf_hdr = elf64_newehdr(linker->elf); in init_output_elf()
2566 sec = &linker->secs[linker->strtab_sec_idx]; in bpf_linker__finalize()
[all …]
A DBuild3 btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o
A Dlibbpf.h1017 LIBBPF_API int bpf_linker__add_file(struct bpf_linker *linker,
1020 LIBBPF_API int bpf_linker__finalize(struct bpf_linker *linker);
1021 LIBBPF_API void bpf_linker__free(struct bpf_linker *linker);
/linux/scripts/
A 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.)
/linux/arch/ia64/scripts/
A 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/tools/bpf/bpftool/
A Dgen.c1039 struct bpf_linker *linker; in do_object() local
1050 linker = bpf_linker__new(output_file, NULL); in do_object()
1051 if (!linker) { in do_object()
1059 err = bpf_linker__add_file(linker, file, NULL); in do_object()
1066 err = bpf_linker__finalize(linker); in do_object()
1074 bpf_linker__free(linker); in do_object()
/linux/arch/m68k/kernel/
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/
A DKconfig.debug14 bool "Disable linker relaxation"
18 The default linker behavior is to combine identical literal
/linux/Documentation/driver-api/media/drivers/
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/
A DKconfig4 tristate "Connector - unified userspace <-> kernelspace linker"
/linux/arch/mips/vdso/
A DKconfig2 # the base address of VDSO, the linker will emit a R_MIPS_PC32
/linux/arch/arm64/kernel/vdso/
A Dvdso.lds53 * GNU linker script for the VDSO library.
58 * Heavily based on the vDSO linker scripts for other archs.
/linux/kernel/gcov/
A DKconfig54 which are not linked to the kernel image to prevent linker errors.
/linux/Documentation/kbuild/
A Dmakefiles.rst52 --- 7.9 Preprocessing linker scripts
355 2) vmlinux linker script
357 The linker script for vmlinux is located at
860 It is also possible to specify additional options to the linker.
976 It is also possible to specify additional options to the linker.
1096 Flags used for all invocations of the linker.
1111 the linker when linking the final vmlinux image.
1213 used when linking modules. This is often a linker script.
1375 options to the linker. The linker options are specified using the
1422 7.9 Preprocessing linker scripts
[all …]
A Dllvm.rst81 ``--prefix=<path>`` to search for the GNU assembler and linker. ::
/linux/arch/powerpc/platforms/44x/
A DKconfig306 bool "Enable linker work around for PPC476FPE errata #46"
313 The work around enables the appropriate linker options and
/linux/Documentation/driver-api/dmaengine/
A 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/Documentation/dev-tools/
A Dgcov.rst190 Compilation aborts during linker step.
195 linker procedure.
/linux/arch/x86/boot/compressed/
A DMakefile65 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/linux/Documentation/process/
A Dsubmit-checklist.rst21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
/linux/Documentation/translations/it_IT/process/
A Dsubmit-checklist.rst25 avviso/errore di ``gcc`` e nessun avviso/errore dal linker.
/linux/arch/
A DKconfig1248 format. Requires a compatible linker (LLD supports this feature), as
1288 An arch should select this symbol once all linker sections are explicitly
1289 included, size-asserted, or discarded in the linker scripts. This is
1291 by the linker, since the locations of such sections can change between linker
/linux/arch/m68k/
A DKconfig.machine417 bool "Specify ROM linker regions"
419 Define a ROM region for the linker script. This creates a kernel
/linux/Documentation/bpf/libbpf/
A Dlibbpf_naming_convention.rst100 passed to linker.
/linux/tools/perf/Documentation/
A Dperf-dlfilter.txt23 a local build and install (refer perf --exec-path), or the dynamic linker

Completed in 82 milliseconds

12