Home
last modified time | relevance | path

Searched defs:flat_reloc_valid (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/arch/arm/include/asm/
Dflat.h10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/h8300/include/asm/
Dflat.h10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/m68k/include/asm/
Dflat.h10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/xtensa/include/asm/
Dflat.h6 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/sh/include/asm/
Dflat.h17 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/blackfin/include/asm/
Dflat.h28 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/microblaze/include/asm/
Dflat.h18 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) macro
/linux-3.3/arch/m32r/include/asm/
Dflat.h18 #define flat_reloc_valid(reloc, size) \ macro