/third_party/elfio/elfio/ |
D | elfio_segment.hpp | 92 ELFIO_GET_ACCESS( Elf64_Off, offset, ph.p_offset ); 138 ph.p_offset = value; in set_offset() 139 ph.p_offset = ( *convertor )( ph.p_offset ); in set_offset() 164 stream.seekg( ( *convertor )( ph.p_offset ) ); in load() 186 ph.p_offset = data_offset; in save() 187 ph.p_offset = ( *convertor )( ph.p_offset ); in save()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 117 ei->load_bias = phdr[i].p_vaddr - phdr[i].p_offset; in dwarf_find_unwind_table() 127 if ((phdr[i].p_offset & (-PAGE_SIZE)) == mapoff) in dwarf_find_unwind_table() 131 if ((phdr[i].p_offset & pagesize_alignment_mask) == mapoff) { in dwarf_find_unwind_table() 132 ei->load_offset = phdr[i].p_vaddr - (phdr[i].p_offset & (~pagesize_alignment_mask)); in dwarf_find_unwind_table() 157 note = (void *)(ei->image + phdr[i].p_offset); in dwarf_find_unwind_table() 207 Elf_W(Dyn) *dyn = (Elf_W(Dyn) *)(pdyn->p_offset + (char *) ei->image); in dwarf_find_unwind_table() 228 hdr = (struct dwarf_eh_frame_hdr *) (peh_hdr->p_offset in dwarf_find_unwind_table() 302 - peh_hdr->p_offset)); in dwarf_find_unwind_table() 309 - peh_hdr->p_offset)); in dwarf_find_unwind_table()
|
/third_party/libunwind/src/coredump/ |
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()
|
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()
|
D | _UCD_internal.h | 64 uoff_t p_offset; member
|
D | _UCD_access_mem.c | 76 fileofs = phdr->p_offset + (addr - phdr->p_vaddr); in _UCD_access_mem()
|
D | _UCD_elf_map_image.c | 45 … ei->image = mmap(NULL, phdr->p_memsz, PROT_READ, MAP_PRIVATE, ui->coredump_fd, phdr->p_offset); in CD_elf_map_image()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
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[2], p2); in reloc_tex() [all …]
|
D | vc4_validate_shaders.c | 173 validation_state->tmu_setup[tmu].p_offset[i] = ~0; in record_texture_sample() 232 validation_state->tmu_setup[tmu].p_offset[1] = in check_tmu_write() 256 validation_state->tmu_setup[tmu].p_offset[validation_state->tmu_write_count[tmu]] = in check_tmu_write() 718 validation_state->tmu_setup[i / 4].p_offset[i % 4] = ~0; in reset_validation_state()
|
D | vc4_drv.h | 131 uint32_t p_offset[4]; member
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | apev2mux.c | 176 guint64 * p_offset) in fill_mp3_buffer() argument 185 *p_offset); in fill_mp3_buffer() 197 GST_BUFFER_OFFSET (buf) = *p_offset; in fill_mp3_buffer() 198 *p_offset += size; in fill_mp3_buffer()
|
D | id3v2mux.c | 261 guint64 * p_offset) in fill_mp3_buffer() argument 270 *p_offset); in fill_mp3_buffer() 282 GST_BUFFER_OFFSET (buf) = *p_offset; in fill_mp3_buffer() 283 *p_offset += size; in fill_mp3_buffer()
|
/third_party/musl/src/internal/ |
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/musl/porting/linux/user/src/internal/ |
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/libunwind/src/ia64/ |
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/toybox/toys/posix/ |
D | file.c | 132 long long p_offset, p_filesz; local 138 p_offset = elf_int(phdr+4*j, 4*j); 142 if (p_offset+p_filesz>TT.len) goto bad; 143 printf(", dynamic (%.*s)", (int)p_filesz, map+p_offset);
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 308 guint64 * p_offset) in fill_mp3_buffer() argument 313 *p_offset); in fill_mp3_buffer() 325 GST_BUFFER_OFFSET (buf) = *p_offset; in fill_mp3_buffer() 326 *p_offset += gst_buffer_get_size (buf); in fill_mp3_buffer()
|
/third_party/ltp/libs/libltpvdso/ |
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()
|
/third_party/libunwind/src/ |
D | os-qnx.c | 47 cbi->offset = info->dlpi_phdr[i].p_offset; in callback()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_define.h | 165 uint32_t p_offset; /* starting sector */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 726 PHeader.p_offset = *YamlPhdr.Offset; in setProgramHeaderLayout() 729 PHeader.p_offset = UINT32_MAX; in setProgramHeaderLayout() 731 PHeader.p_offset = 0; in setProgramHeaderLayout() 735 PHeader.p_offset = std::min((uint64_t)PHeader.p_offset, F.Offset); in setProgramHeaderLayout() 741 uint64_t FileOffset = PHeader.p_offset, MemOffset = PHeader.p_offset; in setProgramHeaderLayout() 752 : FileOffset - PHeader.p_offset; in setProgramHeaderLayout() 754 : MemOffset - PHeader.p_offset; in setProgramHeaderLayout()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 96 Elf32_Off p_offset; /* File offset of contents. */ member
|
D | freebsd-elf64.h | 110 Elf64_Off p_offset; /* File offset of contents. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 96 Elf32_Off p_offset; /* File offset of contents. */ member
|
D | freebsd-elf64.h | 110 Elf64_Off p_offset; /* File offset of contents. */ member
|