Home
last modified time | relevance | path

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

/external/libunwind/src/coredump/
D_UCD_create.c186 Elf32_Phdr hdr32; in _UCD_create() local
187 if (read(fd, &hdr32, sizeof(hdr32)) != sizeof(hdr32)) in _UCD_create()
192 cur->p_type = hdr32.p_type ; in _UCD_create()
193 cur->p_flags = hdr32.p_flags ; in _UCD_create()
194 cur->p_offset = hdr32.p_offset; in _UCD_create()
195 cur->p_vaddr = hdr32.p_vaddr ; in _UCD_create()
197 cur->p_filesz = hdr32.p_filesz; in _UCD_create()
198 cur->p_memsz = hdr32.p_memsz ; in _UCD_create()
199 cur->p_align = hdr32.p_align ; in _UCD_create()
202 cur->backing_filesize = hdr32.p_memsz; in _UCD_create()
/external/u-boot/tools/
Dmips-relocs.c30 _val = pfx##hdr32[idx].field; \
31 _size = sizeof(pfx##hdr32[0].field); \
58 _size = sizeof(pfx##hdr32[0].field); \
83 pfx##hdr32[idx].field = _val; \