Searched refs:isAArch64Auth (Results 1 – 2 of 2) sorted by relevance
611 RelrBaseSection(unsigned concurrency, bool isAArch64Auth = false);629 RelrSection(unsigned concurrency, bool isAArch64Auth = false);
1742 RelrBaseSection::RelrBaseSection(unsigned concurrency, bool isAArch64Auth) in RelrBaseSection() argument1745 isAArch64Auth in RelrBaseSection()1748 config->wordsize, isAArch64Auth ? ".relr.auth.dyn" : ".relr.dyn"), in RelrBaseSection()2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() argument2017 : RelrBaseSection(concurrency, isAArch64Auth) { in RelrSection()