Path: blob/master/data/templates/src/elf/exe/elf_ppc64_template.s
20052 views
BITS 641ehdr: ; Elf32_Ehdr2db 0x7F, "ELF", 2, 2, 1, 0 ; e_ident3db 0, 0, 0, 0, 0, 0, 0, 0 ;4dw 0x0200 ; e_type = ET_EXEC for an executable5dw 0x1500 ; e_machine = PPC646dd 0x01000000 ; e_version7dq 0x7810000000000000 ; e_entry8dq 0x4000000000000000 ; e_phoff9dq 0 ; e_shoff10dd 0 ; e_flags11dw 0x4000 ; e_ehsize12dw 0x3800 ; e_phentsize13dw 0x0100 ; e_phnum14dw 0 ; e_shentsize15dw 0 ; e_shnum16dw 0 ; e_shstrndx1718ehdrsize equ $ - ehdr1920phdr: ; Elf32_Phdr2122dd 0x01000000 ; p_type = pt_load23dd 0x07000000 ; p_flags = rwx24dq 0 ; p_offset25dq 0x0010000000000000 ; p_vaddr26dq 0x0010000000000000 ; p_paddr27dq 0xefbeadde ; p_filesz28dq 0xefbeadde ; p_memsz29dq 0x0000100000000000 ; p_align3031phdrsize equ $ - phdr3233_start:34dq 0x8010000000000000353637