Searched defs:aux_off (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c121 Elf32_Off aux_off = module->u.l._cr_offset - cr_pht->p_offset; local
123 if (image_read((char *)module_get_absolute(cr_pht->p_vaddr, module) + aux_off,
124 cr_pht->p_filesz - aux_off, module) < 0) {
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c121 Elf64_Off aux_off = module->u.l._cr_offset - cr_pht->p_offset; local
123 if (image_read((char *)module_get_absolute(cr_pht->p_vaddr, module) + aux_off,
124 cr_pht->p_filesz - aux_off, module) < 0) {

Completed in 45 milliseconds