Searched refs:AT_PHDR (Results 1 – 4 of 4) sorted by relevance
25 #define AT_PHDR 3 macro
47 ASSERT_NE(0UL, getauxval(AT_PHDR)); in TEST()
57 ElfW(Phdr)* phdr_start = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)); in apply_gnu_relro()
292 si->phdr = reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR));