Home
last modified time | relevance | path

Searched refs:reloc_start (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/linux/
Dflat.h45 unsigned long reloc_start; /* Offset of relocation records from member
/linux-3.3/arch/powerpc/include/asm/
Dmodule.h93 extern const unsigned long reloc_start[];
/linux-3.3/arch/x86/boot/
Dheader.S474 reloc_start: label
475 .long dummy - reloc_start
/linux-3.3/arch/powerpc/kernel/
Dvmlinux.lds.S42 reloc_start = .; symbol
/linux-3.3/fs/
Dbinfmt_flat.c600 reloc = (unsigned long *) (datapos+(ntohl(hdr->reloc_start)-text_len)); in load_flat_file()
627 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
/linux-3.3/kernel/
Dmodule.c1068 return crc - (unsigned long)reloc_start; in maybe_relocated()