Searched refs:AT_PHDR (Results 1 – 4 of 4) sorted by relevance
26 #define AT_PHDR 3 macro
46 ASSERT_NE((unsigned long int) 0, getauxval(AT_PHDR)); in TEST()
72 ElfW(Phdr)* phdr_start = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)); in apply_gnu_relro()
3184 si->phdr = reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR));