Searched refs:ELF (Results 1 – 15 of 15) sorted by relevance
/arch/sparc/vdso/ |
D | vdso2c.h | 20 ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr; in BITSFUNC() 21 ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr; in BITSFUNC() 22 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC() 25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in BITSFUNC() 66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) + in BITSFUNC() 84 ELF(Sym) *sym = raw_addr + GET_BE(&symtab_hdr->sh_offset) + in BITSFUNC()
|
D | vdso2c.c | 132 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
|
/arch/x86/entry/vdso/ |
D | vdso2c.h | 15 ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr; in BITSFUNC() 17 ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr, *secstrings_hdr, in BITSFUNC() 19 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC() 23 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff)); in BITSFUNC() 72 ELF(Shdr) *sh = raw_addr + GET_LE(&hdr->e_shoff) + in BITSFUNC() 92 ELF(Sym) *sym = raw_addr + GET_LE(&symtab_hdr->sh_offset) + in BITSFUNC()
|
D | vdso2c.c | 157 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
|
/arch/mips/vdso/ |
D | genvdso.h | 9 const ELF(Ehdr) *ehdr = vdso; in FUNC() 11 ELF(Shdr) *shdr; in FUNC() 60 const ELF(Ehdr) *ehdr = vdso; in FUNC() 62 ELF(Shdr) *shdr; in FUNC() 63 const ELF(Sym) *sym; in FUNC()
|
D | genvdso.c | 93 #define ELF(x) _ELF(x, ELF_BITS) macro
|
/arch/alpha/ |
D | Kconfig.debug | 19 ELF headers to determine where to transfer control. Unfortunately, 21 address rather than examining the ELF headers, and the result is a
|
/arch/ |
D | Kconfig | 684 this option, the compiler generates LLVM bitcode instead of ELF 820 Modules only use ELF RELA relocations. Modules with ELF REL 826 Modules only use ELF REL relocations. Modules with ELF RELA
|
/arch/sparc/ |
D | Kconfig | 406 Optional setting only affecting the uImage.o ELF-image used to 407 download the uImage file to the target using a ELF-loader other than
|
/arch/sh/mm/ |
D | Kconfig | 101 to the libc through the ELF auxiliary vector.
|
/arch/powerpc/ |
D | Kconfig | 649 ELF core of OPAL memory after a crash. The ELF core is exported 768 As the ELF standard only requires alignment to support page
|
/arch/s390/ |
D | Kconfig | 438 handle system-calls from ELF binaries for 31 bit ESA. This option
|
/arch/arm/mm/ |
D | Kconfig | 916 Place in the process address space an ELF shared object
|
/arch/mips/ |
D | Kconfig | 3091 EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On 3133 DTB) included in the vmlinux ELF section .appended_dtb. By default
|
/arch/arm64/ |
D | Kconfig | 1398 ELF shared object providing fast implementations of gettimeofday
|