Home
last modified time | relevance | path

Searched defs:reloc (Results 1 – 12 of 12) sorted by relevance

/arch/m32r/include/asm/
Dflat.h18 #define flat_reloc_valid(reloc, size) \ argument
59 unsigned int reloc = flat_m32r_get_reloc_type (relval); in m32r_flat_get_addr_from_rp() local
100 unsigned int reloc = flat_m32r_get_reloc_type (relval); in flat_put_addr_at_rp() local
/arch/mips/kernel/
Dvmlinux.lds.S154 _relocation_start = .;
166 _relocation_end = .;
/arch/xtensa/include/asm/
Dflat.h9 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/c6x/include/asm/
Dflat.h9 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/arm/include/asm/
Dflat.h13 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/sh/include/asm/
Dflat.h19 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/m68k/include/asm/
Dflat.h13 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/h8300/include/asm/
Dflat.h13 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/blackfin/include/asm/
Dflat.h25 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/microblaze/include/asm/
Dflat.h18 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/arch/x86/boot/compressed/
Dmisc.c187 int *reloc; in handle_relocations() local
/arch/ia64/kernel/
Dmodule.c112 #define N(reloc) [R_IA64_##reloc] = #reloc argument