HomeSort by relevance Sort by last modified time
    Searched full:e_phoff (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/elfutils/tests/
elfshphehdr.c 73 check ("e_phoff == 0", ehdr.e_phoff == 0);
100 check ("e_phoff == 0", ehdr.e_phoff == 0);
118 ehdr.e_phoff = ehdr.e_ehsize;
120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize;
140 check ("e_phoff != 0", ehdr.e_phoff != 0);
update2.c 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
110 phdr[0].p_offset = ehdr->e_phoff;
111 phdr[0].p_offset = ehdr->e_phoff;
112 phdr[0].p_vaddr = ehdr->e_phoff;
113 phdr[0].p_paddr = ehdr->e_phoff;
136 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update3.c 85 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
159 phdr[0].p_offset = ehdr->e_phoff;
160 phdr[0].p_offset = ehdr->e_phoff;
161 phdr[0].p_vaddr = ehdr->e_phoff;
162 phdr[0].p_paddr = ehdr->e_phoff;
191 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
newfile.c 41 ehdr->e_phoff,
120 ZERO_TEST (e_phoff);
152 ZERO_TEST (e_phoff);
update4.c 89 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
311 phdr[0].p_offset = ehdr->e_phoff;
312 phdr[0].p_offset = ehdr->e_phoff;
313 phdr[0].p_vaddr = ehdr->e_phoff;
314 phdr[0].p_paddr = ehdr->e_phoff;
343 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update1.c 75 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
113 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
alldts.c 228 phdr[0].p_offset = ehdr->e_phoff;
229 phdr[0].p_vaddr = ehdr->e_phoff;
230 phdr[0].p_paddr = ehdr->e_phoff;
  /external/minijail/
elfparse.c 36 pHeader->e_phoff = le ## bit ## toh(pHeader->e_phoff); \
40 pHeader->e_phoff = be ## bit ## toh(pHeader->e_phoff); \
47 if (fseek(elf_file, pHeader->e_phoff, SEEK_SET) != 0) \
elfparse.h 33 Elf32_Off e_phoff; /* Program header table file offset */ member in struct:__anon30668
51 Elf64_Off e_phoff; /* Program header table file offset */ member in struct:__anon30669
  /external/elfutils/libelf/
elf32_getphdr.c 78 if (phnum == 0 || ehdr->e_phoff == 0)
88 || ehdr->e_phoff > elf->maximum_size
89 || elf->maximum_size - ehdr->e_phoff < size)
99 if (unlikely (ehdr->e_phoff >= elf->maximum_size)
100 || unlikely (elf->maximum_size - ehdr->e_phoff < size))
109 + elf->start_offset + ehdr->e_phoff);
193 elf->start_offset + ehdr->e_phoff);
gelf_update_ehdr.c 70 || unlikely (src->e_phoff > 0xffffffffull)
85 COPY (e_phoff);
elf_getphdrnum.c 89 ? elf->state.elf32.ehdr->e_phoff
90 : elf->state.elf64.ehdr->e_phoff);
elf32_updatenull.c 113 /* If phnum is zero make sure e_phoff is also zero and not some random
115 if (ehdr->e_phnum == 0 && ehdr->e_phoff != 0)
117 ehdr->e_phoff = 0;
164 /* The user is supposed to fill out e_phoff. Use it and
167 ehdr->e_phoff
172 update_if_changed (ehdr->e_phoff,
elf32_updatefile.c 186 if (ehdr->e_phoff > ehdr->e_ehsize)
188 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize);
202 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff,
207 memcpy (elf->map_address + elf->start_offset + ehdr->e_phoff,
222 ehdr->e_phoff)
584 if (ehdr->e_phoff > ehdr->e_ehsize
586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
621 phdr_size, ehdr->e_phoff)
644 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
gelf_getehdr.c 78 COPY (e_phoff);
  /external/syslinux/com32/include/sys/
elf32.h 67 Elf32_Off e_phoff; member in struct:elf32_hdr
elf64.h 67 Elf64_Off e_phoff; member in struct:elf64_hdr
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 102 if ((Hdr32->e_phoff == 0) || (Hdr32->e_phentsize == 0) || (Hdr32->e_phnum == 0)) {
112 DEBUG ((EFI_D_INFO, "Start of program headers: 0x%lx\n", Hdr32->e_phoff));
118 if ((Hdr64->e_phoff == 0) || (Hdr64->e_phentsize == 0) || (Hdr64->e_phnum == 0)) {
128 DEBUG ((EFI_D_INFO, "Start of program headers: 0x%lx\n", Hdr64->e_phoff));
305 ProgramHdr = (UINT8*)ElfImage + ElfHdr->e_phoff;
  /bionic/libc/bionic/
dl_iterate_phdr_static.cpp 53 exe_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<uintptr_t>(ehdr) + ehdr->e_phoff);
72 vdso_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff);
  /external/syslinux/com32/lib/sys/module/
elfutils.h 23 return (Elf_Phdr*)((Elf_Off)elf_hdr + elf_hdr->e_phoff);
  /external/syslinux/core/elflink/
elfutils.h 24 return (Elf32_Phdr *) ((Elf32_Off) elf_hdr + elf_hdr->e_phoff);
  /bionic/libc/malloc_debug/
MapData.cpp 90 if (!get_val<ElfW(Off)>(entry, addr + offsetof(ElfW(Ehdr), e_phoff), &ehdr.e_phoff)) {
93 addr += ehdr.e_phoff;
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 34 e_phoff uint32 /* Program header table file offset */
vdso_linux_amd64.go 34 e_phoff uint64 /* Program header table file offset */
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 34 e_phoff uint32 /* Program header table file offset */

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 9