Home
last modified time | relevance | path

Searched refs:all_arches (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tools/
Dgenversion-scripts.py13 all_arches = ["arm", "arm64", "mips", "mips64", "x86", "x86_64"] variable
37 for arch in all_arches:
49 for arch in all_arches:
Dgensyscalls.py21 all_arches = [ "arm", "arm64", "mips", "mips64", "x86", "x86_64" ] variable
489 for arch in all_arches:
493 if arch in all_arches:
605 for arch in all_arches:
618 for arch in all_arches: