Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:add_dep

759     def add_dep(self, dst, ty):
905 def add_dep(self, src_path, dst_path, ty):
910 src.add_dep(dst, ty)
984 self.add_dep(match.group(1), match.group(2),
1018 lib.add_dep(dep, ELFLinkData.NEEDED)