Home
last modified time | relevance | path

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

/external/libunwind/src/coredump/
D_UCD_create.c160 Elf64_Phdr hdr64; in _UCD_create() local
161 if (read(fd, &hdr64, sizeof(hdr64)) != sizeof(hdr64)) in _UCD_create()
166 cur->p_type = hdr64.p_type ; in _UCD_create()
167 cur->p_flags = hdr64.p_flags ; in _UCD_create()
168 cur->p_offset = hdr64.p_offset; in _UCD_create()
169 cur->p_vaddr = hdr64.p_vaddr ; in _UCD_create()
172 cur->p_filesz = hdr64.p_filesz; in _UCD_create()
173 cur->p_memsz = hdr64.p_memsz ; in _UCD_create()
174 cur->p_align = hdr64.p_align ; in _UCD_create()
177 cur->backing_filesize = hdr64.p_filesz; in _UCD_create()
/external/u-boot/tools/
Dmips-relocs.c27 _val = pfx##hdr64[idx].field; \
28 _size = sizeof(pfx##hdr64[0].field); \
56 _size = sizeof(pfx##hdr64[0].field); \
81 pfx##hdr64[idx].field = _val; \