Searched refs:skipRelocationProcess (Results 1 – 3 of 3) sorted by relevance
62 static bool skipRelocationProcess(uint64_t Type, uint64_t Contents);
551 bool Relocation::skipRelocationProcess(uint64_t Type, uint64_t Contents) { in skipRelocationProcess() function in Relocation
1862 if ((Skip = Relocation::skipRelocationProcess(RType, *Value))) in analyzeRelocation()