Searched refs:reloc (Results 1 – 12 of 12) sorted by relevance
/arch/m32r/include/asm/ |
D | flat.h | 18 #define flat_reloc_valid(reloc, size) \ argument 19 (((reloc) - textlen_for_m32r_lo16_data) <= (size)) 64 unsigned int reloc = flat_m32r_get_reloc_type (relval); in m32r_flat_get_addr_from_rp() local 66 if (reloc & 0xf0) { in m32r_flat_get_addr_from_rp() 68 switch (reloc & 0xf0) in m32r_flat_get_addr_from_rp() 74 *rp = (M32R_SETH_OPCODE | ((reloc & 0x0f)<<24)); in m32r_flat_get_addr_from_rp() 81 switch (reloc) in m32r_flat_get_addr_from_rp() 107 unsigned int reloc = flat_m32r_get_reloc_type (relval); in m32r_flat_put_addr_at_rp() local 108 if (reloc & 0xf0) { in m32r_flat_put_addr_at_rp() 109 unsigned long Rn = reloc & 0x0f; /* get a number of register */ in m32r_flat_put_addr_at_rp() [all …]
|
/arch/m68k/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/xtensa/include/asm/ |
D | flat.h | 6 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/arm/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/h8300/include/asm/ |
D | flat.h | 10 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/blackfin/include/asm/ |
D | flat.h | 28 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/sh/include/asm/ |
D | flat.h | 17 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/microblaze/include/asm/ |
D | flat.h | 18 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/arch/x86/xen/ |
D | enlighten.c | 1155 char *start, *end, *reloc; in xen_patch() local 1158 start = end = reloc = NULL; in xen_patch() 1165 reloc = xen_##x##_direct_reloc; \ in xen_patch() 1186 if (reloc > start && reloc < end) { in xen_patch() 1187 int reloc_off = reloc - start; in xen_patch()
|
/arch/ia64/xen/ |
D | xen_pv_ops.c | 1107 unsigned long reloc = in xen_patch_bundle() local 1109 unsigned long reloc_offset = reloc - (unsigned long) in xen_patch_bundle()
|
/arch/ia64/kernel/ |
D | module.c | 111 #define N(reloc) [R_IA64_##reloc] = #reloc argument
|
/arch/x86/boot/ |
D | header.S | 219 # because EFI applications must be relocatable. The .reloc
|