Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Dpkg_genc.h82 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op…
Dpkg_genc.c636 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
659 if(optMatchArch != NULL) { in getArchitecture()
660 filename=optMatchArch; in getArchitecture()
752 …filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *op… in writeObjectCode() argument
1014 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()