Home | History | Annotate | Download | only in linker

Lines Matching refs:getauxval

1593     Elf32_Ehdr* ehdr_vdso = reinterpret_cast<Elf32_Ehdr*>(args.getauxval(AT_SYSINFO_EHDR));
1701 si->phdr = reinterpret_cast<Elf32_Phdr*>(args.getauxval(AT_PHDR));
1702 si->phnum = args.getauxval(AT_PHNUM);
1703 si->entry = args.getauxval(AT_ENTRY);
1826 Elf32_Addr linker_addr = args.getauxval(AT_BASE);