Searched refs:machine (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 19 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()
|
| D | cookargs.c | 53 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()
|
| D | bin2obj.c | 52 object_init(&object, t->machine, t->endian); in bin2obj()
|
| D | bin2obj.h | 43 u16 machine; // EM_PPC=20 EM_ARM=40 member
|
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.txt | 39 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.
|