Lines Matching refs:ebp
76 __rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])()) in __rtld() argument
102 while (ebp->eb_tag != 0) { in __rtld()
103 switch (ebp->eb_tag) { in __rtld()
105 program_name = *((char **)ebp->eb_un.eb_ptr); in __rtld()
108 for (ap = (auxv_t *)ebp->eb_un.eb_ptr; in __rtld()
116 ebp++; in __rtld()
125 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = in __rtld()
249 ebp->eb_tag = EB_LDSO_BASE; in __rtld()
250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
321 ebp->eb_tag = EB_DEVZERO, (ebp++)->eb_un.eb_val = dzfd; in __rtld()
323 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0; in __rtld()