Searched refs:newFlags (Results 1 – 3 of 3) sorted by relevance
168 static bool isArchMatched(uint32_t newFlags, uint32_t res) { in isArchMatched() argument169 if (newFlags == res) in isArchMatched()171 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res)) in isArchMatched()173 if (newFlags == EF_MIPS_ARCH_32R2 && isArchMatched(EF_MIPS_ARCH_64R2, res)) in isArchMatched()178 if (res == newFlags) in isArchMatched()280 uint32_t newFlags = f.flags & (EF_MIPS_ARCH | EF_MIPS_MACH); in getArchFlags() local283 if (isArchMatched(newFlags, ret)) in getArchFlags()285 if (!isArchMatched(ret, newFlags)) { in getArchFlags()288 getFullArchName(newFlags)); in getArchFlags()291 ret = newFlags; in getArchFlags()
149 static inline void lib_cb_updatePktCBFlags(ocsd_extern_dcd_cb_fns *callbacks, const int newFlags) in lib_cb_updatePktCBFlags() argument151 callbacks->packetCBFlags = newFlags; in lib_cb_updatePktCBFlags()
2251 uint64_t newFlags = computeFlags(sec->getPhdrFlags()); in createPhdrs() local2253 uint32_t incompatible = flags ^ newFlags; in createPhdrs()2254 if (config->singleRoRx && !(newFlags & PF_W)) in createPhdrs()2266 load->p_flags |= newFlags; in createPhdrs()2268 load = addHdr(PT_LOAD, newFlags); in createPhdrs()2269 flags = newFlags; in createPhdrs()