Searched refs:__executable_start (Results 1 – 25 of 229) sorted by relevance
12345678910
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | task_fd_query_user.c | 294 extern char __executable_start; in main() 364 uprobe_file_offset = (__u64)main - (__u64)&__executable_start; in main()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | uml.lds.S | 19 PROVIDE (__executable_start = START); symbol
|
| H A D | dyn.lds.S | 17 PROVIDE (__executable_start = START); symbol
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib/ldscripts/ |
| H A D | aarch64elfb.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64linux.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se…
|
| H A D | aarch64linux32.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se…
|
| H A D | aarch64elf32b.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64linuxb.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se…
|
| H A D | aarch64elf32.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64elf.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64linux32b.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se…
|
| H A D | armelfb.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segm…
|
| H A D | armelfb_linux_eabi.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-…
|
| H A D | armelf.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segm…
|
| H A D | armelf_linux_eabi.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-…
|
| H A D | aarch64elf.xc | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64elf32b.xn | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64elf.xce | 13 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00400000)); . = SEGMENT_START("text-…
|
| H A D | aarch64elf32b.xd | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0)); . = SEGMENT_START("text-segment",…
|
| H A D | aarch64elf32b.xdwe | 13 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0)); . = SEGMENT_START("text-segment",…
|
| H A D | aarch64elf32b.xdc | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0)); . = SEGMENT_START("text-segment",…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/lib/ldscripts/ |
| H A D | armelf_linux_eabi.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-…
|
| H A D | armelfb_linux_eabi.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x00010000)); . = SEGMENT_START("text-…
|
| H A D | armelf.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segm…
|
| H A D | armelfb.x | 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x8000)); . = SEGMENT_START("text-segm…
|
12345678910