| /linux/tools/lib/bpf/ |
| A D | linker.c | 184 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 D | Build | 3 btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o
|
| A D | libbpf.h | 1017 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 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.)
|
| /linux/arch/ia64/scripts/ |
| A 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/tools/bpf/bpftool/ |
| A D | gen.c | 1039 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 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/arch/xtensa/ |
| A D | Kconfig.debug | 14 bool "Disable linker relaxation" 18 The default linker behavior is to combine identical literal
|
| /linux/Documentation/driver-api/media/drivers/ |
| A 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/drivers/connector/ |
| A D | Kconfig | 4 tristate "Connector - unified userspace <-> kernelspace linker"
|
| /linux/arch/mips/vdso/ |
| A D | Kconfig | 2 # the base address of VDSO, the linker will emit a R_MIPS_PC32
|
| /linux/arch/arm64/kernel/vdso/ |
| A D | vdso.lds | 53 * GNU linker script for the VDSO library. 58 * Heavily based on the vDSO linker scripts for other archs.
|
| /linux/kernel/gcov/ |
| A D | Kconfig | 54 which are not linked to the kernel image to prevent linker errors.
|
| /linux/Documentation/kbuild/ |
| A D | makefiles.rst | 52 --- 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 D | llvm.rst | 81 ``--prefix=<path>`` to search for the GNU assembler and linker. ::
|
| /linux/arch/powerpc/platforms/44x/ |
| A D | Kconfig | 306 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 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/Documentation/dev-tools/ |
| A D | gcov.rst | 190 Compilation aborts during linker step. 195 linker procedure.
|
| /linux/arch/x86/boot/compressed/ |
| A D | Makefile | 65 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
|
| /linux/Documentation/process/ |
| A D | submit-checklist.rst | 21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | submit-checklist.rst | 25 avviso/errore di ``gcc`` e nessun avviso/errore dal linker.
|
| /linux/arch/ |
| A D | Kconfig | 1248 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 D | Kconfig.machine | 417 bool "Specify ROM linker regions" 419 Define a ROM region for the linker script. This creates a kernel
|
| /linux/Documentation/bpf/libbpf/ |
| A D | libbpf_naming_convention.rst | 100 passed to linker.
|
| /linux/tools/perf/Documentation/ |
| A D | perf-dlfilter.txt | 23 a local build and install (refer perf --exec-path), or the dynamic linker
|