Searched refs:EBV (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 322 #define EBV(p, a, v) { (p)->eb_tag = (a); \ macro 627 EBV(bv, EB_AUXV, 0); /* fill in later */ in read_elf32() 628 EBV(bv, EB_PAGESIZE, pagesize); in read_elf32() 629 EBV(bv, EB_DYNAMIC, dynamic); in read_elf32() 630 EBV(bv, EB_NULL, 0); in read_elf32()
|