Home
last modified time | relevance | path

Searched refs:hdr64 (Results 1 – 1 of 1) sorted by relevance

/third_party/libunwind/src/coredump/
D_UCD_create.c130 Elf64_Phdr hdr64; in _UCD_create() local
131 if (read(fd, &hdr64, sizeof(hdr64)) != sizeof(hdr64)) in _UCD_create()
136 cur->p_type = hdr64.p_type ; in _UCD_create()
137 cur->p_flags = hdr64.p_flags ; in _UCD_create()
138 cur->p_offset = hdr64.p_offset; in _UCD_create()
139 cur->p_vaddr = hdr64.p_vaddr ; in _UCD_create()
142 cur->p_filesz = hdr64.p_filesz; in _UCD_create()
143 cur->p_memsz = hdr64.p_memsz ; in _UCD_create()
144 cur->p_align = hdr64.p_align ; in _UCD_create()
147 cur->backing_filesize = hdr64.p_filesz; in _UCD_create()