Searched refs:e_phoff (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/tools/weever/
H A Delf64.c82 (struct Elf64_Phdr *)((uintptr_t)ehead + (uintptr_t)ehead->e_phoff);
311 if (head->e_phoff + head->e_phentsize * head->e_phnum > size
328 (struct Elf64_Phdr *)(base + (uintptr_t)head->e_phoff);
/barrelfish-master/lib/elf/
H A Delf.c78 (struct Elf64_Phdr *)((uintptr_t)ehead + (uintptr_t)ehead->e_phoff);
96 (struct Elf32_Phdr *)((uintptr_t)ehead + (uintptr_t)ehead->e_phoff);
H A Delf64.c42 (struct Elf64_Phdr *)((uintptr_t)ehead + (uintptr_t)ehead->e_phoff);
500 if (head->e_phoff + head->e_phentsize * head->e_phnum > size
517 (struct Elf64_Phdr *)(base + (uintptr_t)head->e_phoff);
H A Delf32.c32 (struct Elf32_Phdr *)((uintptr_t)ehead + (uintptr_t)ehead->e_phoff);
490 if (head->e_phoff + head->e_phentsize * head->e_phnum > size
507 (struct Elf32_Phdr *)(base + (uintptr_t)head->e_phoff);
/barrelfish-master/include/sys/
H A Delf32.h61 Elf32_Off e_phoff; /* Program header file offset. */ member in struct:__anon287
H A Delf64.h70 Elf64_Off e_phoff; /* Program header file offset. */ member in struct:__anon304
/barrelfish-master/include/elf/
H A Delf.h563 uint64_t e_phoff; member in struct:Elf64_Ehdr
651 uint32_t e_phoff; // 28 member in struct:Elf32_Ehdr
/barrelfish-master/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c286 struct Elf64_Phdr *phdr = (struct Elf64_Phdr *)(binary->vaddr + ehdr->e_phoff);
399 if (ehdr->e_phoff + ehdr->e_phentsize * ehdr->e_phnum > size
418 struct Elf64_Phdr *phdr = (struct Elf64_Phdr *)(binary->vaddr + ehdr->e_phoff);
/barrelfish-master/usr/drivers/cpuboot/arch/armv7/
H A Dboot_arch.c288 void *phdrs_base= (void *)(elfdata + ehdr->e_phoff);
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c1153 out_ehdr->e_phoff= get_elf_offset();

Completed in 95 milliseconds