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 | 27 FILE *outfile, ELF(Shdr) *sec, const char *name) in BITSFUNC() 50 ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr; in BITSFUNC() 52 ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr, *secstrings_hdr, in BITSFUNC() 54 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC() 58 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff)); in BITSFUNC() 107 ELF(Shdr) *sh = raw_addr + GET_LE(&hdr->e_shoff) + in BITSFUNC() 129 ELF(Sym) *sym = raw_addr + GET_LE(&symtab_hdr->sh_offset) + in BITSFUNC()
|
D | vdso2c.c | 159 #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/sparc/ |
D | Kconfig | 399 Optional setting only affecting the uImage.o ELF-image used to 400 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/ |
D | Kconfig | 685 this option, the compiler generates LLVM bitcode instead of ELF 876 Modules only use ELF RELA relocations. Modules with ELF REL 882 Modules only use ELF REL relocations. Modules with ELF RELA
|
/arch/powerpc/ |
D | Kconfig | 646 ELF core of OPAL memory after a crash. The ELF core is exported
|
/arch/s390/ |
D | Kconfig | 447 handle system-calls from ELF binaries for 31 bit ESA. This option
|
/arch/arm/mm/ |
D | Kconfig | 913 Place in the process address space an ELF shared object
|
/arch/mips/ |
D | Kconfig | 3094 EF_MIPS_FP64 ELF header flag (typically built with -mfp64). On 3136 DTB) included in the vmlinux ELF section .appended_dtb. By default
|
/arch/arm64/ |
D | Kconfig | 1454 ELF shared object providing fast implementations of gettimeofday
|