Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c19 static void header_init(ELF32_ElfHeader * h, u16 machine, u8 endian);
29 void object_init(Object * obj, u16 machine, u8 endian) in object_init() argument
43 header_init(h, machine, endian); in object_init()
90 static void header_init(ELF32_ElfHeader * h, u16 machine, u8 endian) in header_init() argument
101 h->e_machine = machine; in header_init()
Dcookargs.c53 t->machine = 0; in cook_args()
117 t->machine = EM_ARM; in cook_args()
122 t->machine = EM_PPC; in cook_args()
143 if (t->machine == 0) in cook_args()
145 t->machine = default_machine; in cook_args()
Dbin2obj.c52 object_init(&object, t->machine, t->endian); in bin2obj()
Dbin2obj.h43 u16 machine; // EM_PPC=20 EM_ARM=40 member
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.txt39 The first machine found with the device specified here becomes the target for that action.
43 The first machine found with the serial number specified here becomes the target for that action.
46 If no specification is made, the first machine found becomes the target.