/third_party/elfio/elfio/ |
H A D | elfio_segment.hpp | 94 ELFIO_GET_ACCESS( Elf64_Off, offset, ph.p_offset ); 150 ph.p_offset = decltype( ph.p_offset )( value ); 151 ph.p_offset = ( *convertor )( ph.p_offset ); 205 pstream->seekg( ( *translator )[( *convertor )( ph.p_offset )] ); 231 ph.p_offset = decltype( ph.p_offset )( data_offset ); 232 ph.p_offset = ( *convertor )( ph.p_offset ); [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate.c | 560 uint32_t p0 = *(uint32_t *)(uniform_data_u + sample->p_offset[0]); in reloc_tex() 561 uint32_t p1 = *(uint32_t *)(uniform_data_u + sample->p_offset[1]); in reloc_tex() 562 uint32_t p2 = (sample->p_offset[2] != ~0 ? in reloc_tex() 563 *(uint32_t *)(uniform_data_u + sample->p_offset[2]) : 0); in reloc_tex() 564 uint32_t p3 = (sample->p_offset[3] != ~0 ? in reloc_tex() 565 *(uint32_t *)(uniform_data_u + sample->p_offset[3]) : 0); in reloc_tex() 566 uint32_t *validated_p0 = exec->uniforms_v + sample->p_offset[0]; in reloc_tex() 724 DRM_INFO("Texture p0 at %d: 0x%08x\n", sample->p_offset[0], p0); in reloc_tex() 725 DRM_INFO("Texture p1 at %d: 0x%08x\n", sample->p_offset[1], p1); in reloc_tex() 726 DRM_INFO("Texture p2 at %d: 0x%08x\n", sample->p_offset[ in reloc_tex() [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 76 if (phdr[i].p_offset == mapoff) in dwarf_find_unwind_table() 118 Elf_W(Dyn) *dyn = (Elf_W(Dyn) *)(pdyn->p_offset in dwarf_find_unwind_table() 135 hdr = (struct dwarf_eh_frame_hdr *) (peh_hdr->p_offset in dwarf_find_unwind_table() 203 - peh_hdr->p_offset)); in dwarf_find_unwind_table() 210 - peh_hdr->p_offset)); in dwarf_find_unwind_table()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 138 cur->p_offset = hdr64.p_offset; in _UCD_create() 164 cur->p_offset = hdr32.p_offset; in _UCD_create() 196 (unsigned long long) cur->p_offset, in _UCD_create()
|
H A D | _UCD_corefile_elf.c | 51 if (lseek(ui->coredump_fd, phdr->p_offset, SEEK_SET) != (off_t)phdr->p_offset) in _UCD_elf_read_segment() 54 errno, phdr->p_offset, ui->coredump_filename, strerror(errno)); in _UCD_elf_read_segment()
|
/third_party/elfutils/tests/ |
H A D | showptable.c | 103 (unsigned long long int) phdr->p_offset, in main() 126 if (filedata != NULL && phdr->p_offset < maxsize) in main() 128 filedata + phdr->p_offset); in main()
|
H A D | dwfl-report-segment-contiguous.c | 50 .p_offset = 0xf00, in main() 67 .p_offset = 0x1000, in main()
|
H A D | update2.c | 111 phdr[0].p_offset = ehdr->e_phoff; in main() 112 phdr[0].p_offset = ehdr->e_phoff; in main()
|
H A D | vendorelf.c | 98 phdr.p_offset = 0; in check_elf() 163 || phdr.p_offset != 0 in check_elf()
|
H A D | update3.c | 160 phdr[0].p_offset = ehdr->e_phoff; in main() 161 phdr[0].p_offset = ehdr->e_phoff; in main()
|
H A D | alldts.c | 230 phdr[0].p_offset = ehdr->e_phoff; in main() 239 phdr[1].p_offset = *dynscn_offset; in main()
|
/third_party/elfutils/libdwfl/ |
H A D | elf-from-memory.c | 247 GElf_Off offset = class32 ? (*p32)[i].p_offset : (*p64)[i].p_offset; in elf_from_remote_memory() 303 GElf_Off offset = class32 ? (*p32)[i].p_offset : (*p64)[i].p_offset; in elf_from_remote_memory()
|
H A D | core-file.c | 248 *pend = (pphdr->p_offset + pphdr->p_filesz + align - 1) & -align; in update_end() 269 if (pphdr->p_offset > *pend in do_more() 310 GElf_Off start = vaddr - phdr.p_vaddr + phdr.p_offset; in dwfl_elf_phdr_memory_callback() 517 notes_phdr.p_offset, in dwfl_core_file_report()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 106 vdso.load_end = vdso.base_plus(phdr.p_offset.checked_add(phdr.p_memsz)?)?; in init_from_sysinfo_ehdr() 107 vdso.pv_offset = phdr.p_offset.wrapping_sub(phdr.p_vaddr); in init_from_sysinfo_ehdr() 109 // If `p_offset` is zero, it's more likely that we're looking at memory in init_from_sysinfo_ehdr() 112 if phdr.p_offset < size_of::<Elf_Ehdr>() { in init_from_sysinfo_ehdr() 116 dyn_ = check_raw_pointer::<Elf_Dyn>(vdso.base_plus(phdr.p_offset)? as *mut _)? in init_from_sysinfo_ehdr()
|
/third_party/elfutils/libelf/ |
H A D | gelf_update_phdr.c | 63 if (unlikely (src->p_offset > 0xffffffffull) in gelf_update_phdr() 99 COPY (p_offset); in gelf_update_phdr()
|
H A D | elf32_getphdr.c | 161 CONVERT_TO (phdr[cnt].p_offset, notcvt[cnt].p_offset); in ElfW2() 211 CONVERT (phdr[cnt].p_offset); in ElfW2()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gfind_unwind_table.c | 50 Elf64_Dyn *dyn = (Elf64_Dyn *) (pdyn->p_offset + (char *) edi->ei.image); in find_gp() 114 if (phdr[i].p_offset == mapoff) in ia64_find_unwind_table()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 81 base = (size_t)eh + ph->p_offset - ph->p_vaddr; in __get_vdso_info() 83 dynv = (void *)((char *)eh + ph->p_offset); in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 81 base = (size_t)eh + ph->p_offset - ph->p_vaddr; in __get_vdso_info() 83 dynv = (void *)((char *)eh + ph->p_offset); in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 54 base = (size_t)eh + ph->p_offset - ph->p_vaddr; in __vdsosym() 56 dynv = (void *)((char *)eh + ph->p_offset); in __vdsosym()
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 132 long long p_offset, p_filesz; in do_elf_file() local 138 p_offset = elf_int(phdr+4*j, 4*j); in do_elf_file() 142 if (p_offset+p_filesz>TT.len) goto bad; in do_elf_file() 143 printf(", dynamic (%.*s)", (int)p_filesz, map+p_offset); in do_elf_file()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | b64.rs | 13 pub p_offset: ::Elf64_Off,
|
H A D | b32.rs | 12 pub p_offset: ::Elf32_Off,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | x86.rs | 12 pub p_offset: ::Elf32_Off,
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 128 + (uintptr_t)pt[i].p_offset in vdso_init_from_sysinfo_ehdr() 131 dyn = (ELF(Dyn)*)(base + pt[i].p_offset); in vdso_init_from_sysinfo_ehdr()
|