Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dload_elf.c951 struct mod_metadata32 md32; in __elfN() local
981 COPYOUT(v, &md32, sizeof (md32)); in __elfN()
982 error = __elfN(reloc_ptr)(fp, ef, v, &md32, sizeof (md32)); in __elfN()
984 md32.md_cval += ef->off; in __elfN()
985 md32.md_data += ef->off; in __elfN()
988 md.md_version = md32.md_version; in __elfN()
989 md.md_type = md32.md_type; in __elfN()
990 md.md_cval = (const char *)(uintptr_t)md32.md_cval; in __elfN()
991 md.md_data = (void *)(uintptr_t)md32.md_data; in __elfN()