Home | History | Annotate | Download | only in libasm

Lines Matching refs:N_

65   [ASM_E_NOERROR] = N_("no error"),
66 [ASM_E_NOMEM] = N_("out of memory"),
67 [ASM_E_CANNOT_CREATE] = N_("cannot create output file"),
68 [ASM_E_INVALID] = N_("invalid parameter"),
69 [ASM_E_CANNOT_CHMOD] = N_("cannot change mode of output file"),
70 [ASM_E_CANNOT_RENAME] = N_("cannot rename output file"),
71 [ASM_E_DUPLSYM] = N_("duplicate symbol"),
72 [ASM_E_TYPE] = N_("invalid section type for operation"),
73 [ASM_E_IOERROR] = N_("error during output of data"),
74 [ASM_E_ENOSUP] = N_("no backend support available"),