Home
last modified time | relevance | path

Searched refs:RELOC_FAILED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflatload.c51 #define RELOC_FAILED 0xff00ff01 /* Relocation incorrect somewhere */ macro
142 return RELOC_FAILED; in calc_reloc()
384 if (addr == RELOC_FAILED) in load_flat_file()
419 if (rp == RELOC_FAILED) in load_flat_file()
434 if (addr == RELOC_FAILED) in load_flat_file()
/openbmc/linux/fs/
H A Dbinfmt_flat.c68 #define RELOC_FAILED 0xff00ff01 /* Relocation incorrect somewhere */ macro
335 return RELOC_FAILED; in calc_reloc()
752 if (addr == RELOC_FAILED) { in load_flat_file()
788 if (rp == (u32 __user *)RELOC_FAILED) { in load_flat_file()
811 if (addr == RELOC_FAILED) { in load_flat_file()