Lines Matching defs:result
229 result = os.path.dirname(path)
233 result = os.path.dirname(result)
237 result = os.path.join(result, frag)
239 return result
242 result = None
247 return result
263 return result
268 return result
272 return result
275 result = None
350 result = _("bad RUNPATH, '%%s' includes '%s'" %
353 return result
356 result = None
376 return result
379 result = _("32-bit object '%s' in 64-bit path")
381 result = _("64-bit object '%s' in 32-bit path")
382 return result
432 result = self.__elf_wrong_location_check(fullpath, inspath)
433 if result != None:
434 engine.error(result % inspath,
436 result = self.__elf_runpath_check(fullpath, engine)
437 if result != None:
438 engine.error(result % path,
440 result = self.__elf_aslr_check(fullpath, engine)