Searched refs:flat_reloc_valid (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/xtensa/include/asm/ |
D | flat.h | 6 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | flat.h | 6 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | flat.h | 28 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | flat.h | 18 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | flat.h | 17 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | flat.h | 18 #define flat_reloc_valid(reloc, size) \ macro
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 360 if (!flat_reloc_valid(r, start_brk - start_data + text_len)) { in calc_reloc()
|