Searched refs:elf_addr_t (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/include/asm-parisc/ |
D | processor.h | 261 elf_addr_t *sp = (elf_addr_t *)new_sp; \ 263 elf_addr_t pc = (elf_addr_t)new_pc | 3; \
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | elf.h | 35 # define elf_addr_t unsigned long macro 41 # define elf_addr_t u32 macro
|
/linux-2.4.37.9/fs/ |
D | binfmt_elf.c | 51 #ifndef elf_addr_t 52 #define elf_addr_t unsigned long macro 116 static elf_addr_t * 125 elf_addr_t *sp, *csp; in create_elf_tables() 167 sp = (elf_addr_t *)(~15UL & (unsigned long)(u_platform)); in create_elf_tables() 190 NEW_AUX_ENT(0, AT_PLATFORM, (elf_addr_t)(unsigned long) u_platform); in create_elf_tables() 202 NEW_AUX_ENT( 9, AT_UID, (elf_addr_t) current->uid); in create_elf_tables() 203 NEW_AUX_ENT(10, AT_EUID, (elf_addr_t) current->euid); in create_elf_tables() 204 NEW_AUX_ENT(11, AT_GID, (elf_addr_t) current->gid); in create_elf_tables() 205 NEW_AUX_ENT(12, AT_EGID, (elf_addr_t) current->egid); in create_elf_tables() [all …]
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixelf.c | 55 #ifndef elf_addr_t 56 #define elf_addr_t unsigned long macro 163 elf_addr_t *sp, *csp; in create_irix_tables() 170 sp = (elf_addr_t *) (~15UL & (unsigned long) p); in create_irix_tables() 199 NEW_AUX_ENT (6, AT_ENTRY, (elf_addr_t) exec->e_entry); in create_irix_tables() 200 NEW_AUX_ENT (7, AT_UID, (elf_addr_t) current->uid); in create_irix_tables() 201 NEW_AUX_ENT (8, AT_EUID, (elf_addr_t) current->euid); in create_irix_tables() 202 NEW_AUX_ENT (9, AT_GID, (elf_addr_t) current->gid); in create_irix_tables() 203 NEW_AUX_ENT (10, AT_EGID, (elf_addr_t) current->egid); in create_irix_tables() 212 __put_user((elf_addr_t)argc,--sp); in create_irix_tables()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | binfmt_elfn32.c | 98 #define elf_addr_t u32 macro
|
D | binfmt_elfo32.c | 100 #define elf_addr_t u32 macro
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | binfmt_elf32.c | 59 #define elf_addr_t unsigned int macro
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | binfmt_elf32.c | 139 #define elf_addr_t u32 macro
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | binfmt_elf32.c | 167 #define elf_addr_t u32 macro
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_binfmt.c | 192 #define elf_addr_t __u32 macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ia32.h | 394 #define elf_addr_t u32 macro
|