Lines Matching full:machine
58 // selector, which specifies an ELF machine number and a recognition
65 // Create a target selector for a specific machine number, size (32
66 // or 64), and endianness. The machine number can be EM_NONE to
67 // test for any machine number. BFD_NAME is the name of the target
71 Target_selector(int machine, int size, bool is_big_endian,
81 int machine, int osabi, int abiversion)
82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); }
113 // Return the machine number this selector is looking for. This can
114 // be EM_NONE to match any machine number, in which case the
115 // do_recognize hook will be responsible for matching the machine
118 machine() const
158 // Recognize an object file given a machine code, OSABI code, and
162 // checks, or to check for multiple machine codes if the machine_
224 // ELF machine code.
247 int machine, int size, bool big_endian, int osabi,