Lines Matching defs:result
243 result = os.path.dirname(path)
247 result = os.path.dirname(result)
251 result = os.path.join(result, frag)
253 return result
256 result = None
261 return result
277 return result
282 return result
286 return result
289 result = None
364 result = _("bad RUNPATH, '%%s' includes '%s'" %
367 return result
370 result = None
393 return result
396 result = _("32-bit object '%%s' in 64-bit path(%s)" % elems)
398 result = _("64-bit object '%s' in 32-bit path")
399 return result
449 result = self.__elf_wrong_location_check(fullpath, inspath)
450 if result != None:
451 engine.error(result % inspath,
453 result = self.__elf_runpath_check(fullpath, engine)
454 if result != None:
455 engine.error(result % path,
457 result = self.__elf_aslr_check(fullpath, engine)