Home
last modified time | relevance | path

Searched refs:__executable_start (Results 1 – 3 of 3) sorted by relevance

/linux/arch/um/kernel/
H A Duml.lds.S19 PROVIDE (__executable_start = START); symbol
H A Ddyn.lds.S17 PROVIDE (__executable_start = START); symbol
/linux/samples/bpf/
H A Dtask_fd_query_user.c312 extern char __executable_start; in main()
398 uprobe_file_offset = (unsigned long)main - (unsigned long)&__executable_start; in main()