Searched refs:hdr32 (Results 1 – 2 of 2) sorted by relevance
237 Elf32_Ehdr hdr32; member260 COPY_STRUCT(&elf->hdr32, elf->buf, 0, elf->sz); in parse_elf_header()262 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_type); in parse_elf_header()263 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_machine); in parse_elf_header()264 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_version); in parse_elf_header()265 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_entry); in parse_elf_header()266 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phoff); in parse_elf_header()267 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_shoff); in parse_elf_header()268 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_flags); in parse_elf_header()269 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_ehsize); in parse_elf_header()[all …]
186 Elf32_Phdr hdr32; in _UCD_create() local187 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()