Home
last modified time | relevance | path

Searched refs:EM_PJ (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp94 .Case("pj", EM_PJ) in convertArchNameToEMachine()
355 case EM_PJ: in convertEMachineToArchName()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-pj.c326 #define ELF_MACHINE_CODE EM_PJ
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-pj.c342 #define ELF_MACHINE_CODE EM_PJ
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h178 #define EM_PJ 91 /* picoJava */ macro
H A DChangeLog-9103585 (EM_PJ): this, redefined as in the current ELF standard.
728 EM_* constants are assigned. Move EM_PJ from official section to
1104 * common.h (EM_PJ): Define.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h178 #define EM_PJ 91 /* picoJava */ macro
H A DChangeLog-9103619 (EM_PJ): this, redefined as in the current ELF standard.
762 EM_* constants are assigned. Move EM_PJ from official section to
1138 * common.h (EM_PJ): Define.
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h207 EM_PJ = 91, // picoJava enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1356 case EM_PJ: in dump_relocations()
1973 case EM_PJ: return "picoJava"; in get_machine_name()
2530 case EM_PJ: in get_machine_flags()
H A DChangeLog-9899243 (dump_relocations): Handle EM_PJ.
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp266 ECase(EM_PJ); in enumeration()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1121 case EM_PJ: in dump_relocations()
1618 case EM_PJ: return "picoJava"; in get_machine_name()
2004 case EM_PJ: in get_machine_flags()
H A DChangeLog-9899243 (dump_relocations): Handle EM_PJ.
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1116 ENUM_ENT(EM_PJ, "picoJava"),