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.c53 #define RELOC_FAILED 0xff00ff01 /* Relocation incorrect somewhere */ macro
328 return RELOC_FAILED; in calc_reloc()
606 if (addr == RELOC_FAILED) in load_flat_file()
641 if (rp == RELOC_FAILED) in load_flat_file()
656 if (addr == RELOC_FAILED) in load_flat_file()
/openbmc/linux/fs/
H A Dbinfmt_flat.c68 #define RELOC_FAILED 0xff00ff01 /* Relocation incorrect somewhere */ macro
333 return RELOC_FAILED; in calc_reloc()
750 if (addr == RELOC_FAILED) { in load_flat_file()
786 if (rp == (u32 __user *)RELOC_FAILED) { in load_flat_file()
809 if (addr == RELOC_FAILED) { in load_flat_file()