Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Delfload.c1316 struct elf_phdr *eppnt = phdr + i; in elf_core_copy_regs()
1317 if (eppnt->p_type == PT_LOAD) { in elf_core_copy_regs()
1318 abi_ulong a = eppnt->p_vaddr & TARGET_PAGE_MASK; in elf_core_copy_regs()
1322 a = eppnt->p_vaddr + eppnt->p_memsz - 1;
1327 align |= eppnt->p_align;
1328 } else if (eppnt->p_type == PT_INTERP && pinterp_name) {
1336 interp_name = imgsrc_read_alloc(eppnt->p_offset, eppnt->p_filesz,
1341 if (interp_name[eppnt
3332 struct elf_phdr *eppnt = phdr + i; load_elf_image() local
3508 struct elf_phdr *eppnt = phdr + i; load_elf_image() local
[all...]