Home
last modified time | relevance | path

Searched refs:e_phoff (Results 1 – 25 of 71) sorted by relevance

123

/third_party/elfutils/tests/
Dupdate2.c77 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
111 phdr[0].p_offset = ehdr->e_phoff; in main()
112 phdr[0].p_offset = ehdr->e_phoff; in main()
113 phdr[0].p_vaddr = ehdr->e_phoff; in main()
114 phdr[0].p_paddr = ehdr->e_phoff; in main()
137 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Dupdate3.c86 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
160 phdr[0].p_offset = ehdr->e_phoff; in main()
161 phdr[0].p_offset = ehdr->e_phoff; in main()
162 phdr[0].p_vaddr = ehdr->e_phoff; in main()
163 phdr[0].p_paddr = ehdr->e_phoff; in main()
192 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Delfshphehdr.c73 check ("e_phoff == 0", ehdr.e_phoff == 0); in test()
100 check ("e_phoff == 0", ehdr.e_phoff == 0); in test()
118 ehdr.e_phoff = ehdr.e_ehsize; in test()
120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test()
140 check ("e_phoff != 0", ehdr.e_phoff != 0); in test()
Dupdate4.c90 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
312 phdr[0].p_offset = ehdr->e_phoff; in main()
313 phdr[0].p_offset = ehdr->e_phoff; in main()
314 phdr[0].p_vaddr = ehdr->e_phoff; in main()
315 phdr[0].p_paddr = ehdr->e_phoff; in main()
344 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Dnewfile.c41 ehdr->e_phoff, in print_ehdr()
120 ZERO_TEST (e_phoff); in main()
152 ZERO_TEST (e_phoff); in main()
Dalldts.c230 phdr[0].p_offset = ehdr->e_phoff; in main()
231 phdr[0].p_vaddr = ehdr->e_phoff; in main()
232 phdr[0].p_paddr = ehdr->e_phoff; in main()
Dupdate1.c76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
114 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Delfstrmerge.c304 last_offset = (ehdr.e_phoff in main()
650 newehdr.e_phoff = ehdr.e_phoff; in main()
/third_party/elfutils/libelf/
Delf32_getphdr.c76 if (phnum == 0 || ehdr->e_phoff == 0) in ElfW2()
86 || ehdr->e_phoff > elf->maximum_size in ElfW2()
87 || elf->maximum_size - ehdr->e_phoff < size) in ElfW2()
97 if (unlikely (ehdr->e_phoff >= elf->maximum_size) in ElfW2()
98 || unlikely (elf->maximum_size - ehdr->e_phoff < size)) in ElfW2()
107 + elf->start_offset + ehdr->e_phoff); in ElfW2()
191 elf->start_offset + ehdr->e_phoff); in ElfW2()
Delf32_updatefile.c177 if (ehdr->e_phoff > ehdr->e_ehsize) in __elfw2()
179 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); in __elfw2()
188 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2()
193 memmove (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2()
208 ehdr->e_phoff) in __elfw2()
600 if (ehdr->e_phoff > ehdr->e_ehsize in __elfw2()
602 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2()
632 phdr_size, ehdr->e_phoff) in __elfw2()
655 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2()
Dgelf_update_ehdr.c70 || unlikely (src->e_phoff > 0xffffffffull) in gelf_update_ehdr()
85 COPY (e_phoff); in gelf_update_ehdr()
Delf_getphdrnum.c101 ? elf->state.elf32.ehdr->e_phoff in __elf_getphdrnum_chk_rdlock()
102 : elf->state.elf64.ehdr->e_phoff); in __elf_getphdrnum_chk_rdlock()
Delf32_updatenull.c117 if (ehdr->e_phnum == 0 && ehdr->e_phoff != 0) in ELFW()
119 ehdr->e_phoff = 0; in ELFW()
158 ehdr->e_phoff in __elfw2()
163 update_if_changed (ehdr->e_phoff, in __elfw2()
Dgelf_getehdr.c78 COPY (e_phoff); in __gelf_getehdr_rdlock()
/third_party/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch16 /* The user is supposed to fill out e_phoff. Use it and
20 ehdr->e_phoff
/third_party/libunwind/libunwind/src/coredump/
D_UCD_create.c116 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff); in _UCD_create()
/third_party/elfutils/libdwfl/
Dlink_map.c579 && (phdr->p_offset & -align) == (ehdr.e_phoff & -align)) in consider_executable()
586 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr) in consider_executable()
594 if (((ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr) & -align) in consider_executable()
599 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset in consider_executable()
846 off_t off = ehdr->e_phoff; in dwfl_link_map_report()
Delf-from-memory.c137 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory()
154 phoff = ehdr.e64.e_phoff; in elf_from_remote_memory()
/third_party/libunwind/libunwind/src/
Ddl-iterate-phdr.c79 Elf_W(Phdr) *phdr = (Elf_W(Phdr) *) (start + ehdr->e_phoff); in dl_iterate_phdr()
/third_party/elfutils/src/
Delfcmp.c194 || ehdr1->e_phoff != ehdr2->e_phoff in main()
576 phdr_region.from = ehdr1->e_phoff; in main()
577 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
/third_party/musl/src/internal/
Dvdso.c50 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c77 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __get_vdso_info()
/third_party/musl/src/internal/linux/
Dvdso.c77 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __get_vdso_info()
/third_party/libunwind/libunwind/src/ia64/
DGfind_unwind_table.c107 phdr = (Elf64_Phdr *) ((char *) edi->ei.image + ehdr->e_phoff); in ia64_find_unwind_table()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp720 Elf32_Off e_phoff; member
738 Elf64_Off e_phoff; member

123