Home | History | Annotate | Download | only in LD

Lines Matching refs:machine

267 /// isMyMachine - is this ELF file generated for the same machine.
273 return (hdr->e_machine == target().getInfo().machine());
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
761 /// isMyMachine - is this ELF file generated for the same machine.
767 return (hdr->e_machine == target().getInfo().machine());
768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());