Searched refs:arch (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/build/tools/ |
H A D | run_objcopy_pc_mac.py | 49 "-a", "--arch", type=str, required=True, help="The architecture of target" 66 BUILD_ID_LINK_OUTPUT[args.arch], 68 OUTPUT_TARGET[args.arch],
|
H A D | run_objcopy.py | 47 "-a", "--arch", type=str, required=True, help="The architecture of target" 64 BUILD_ID_LINK_OUTPUT[args.arch], 66 OUTPUT_TARGET[args.arch],
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 260 type o, uint8_t arch, const std::string& fname, const std::string& secname, size_t size_of_data, const void* data) 265 o.head.e_machine = arch; // machine id.. 259 write_elf( type o, uint8_t arch, const std::string& fname, const std::string& secname, size_t size_of_data, const void* data) global() argument
|
Completed in 2 milliseconds