Lines Matching refs:elfdata
1754 static unsigned __linker_init_post_relocation(unsigned **elfdata, unsigned linker_base)
1758 int argc = (int) *elfdata;
1759 char **argv = (char**) (elfdata + 1);
1767 /* NOTE: we store the elfdata pointer on a special location
1775 __libc_init_tls(elfdata);
1826 DEBUG("%5d elfdata @ 0x%08x\n", pid, (unsigned)elfdata);
1974 static unsigned find_linker_base(unsigned **elfdata) {
1975 int argc = (int) *elfdata;
1976 char **argv = (char**) (elfdata + 1);
2030 extern "C" unsigned __linker_init(unsigned **elfdata) {
2031 unsigned linker_addr = find_linker_base(elfdata);
2059 return __linker_init_post_relocation(elfdata, linker_addr);