Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dflat.h42 unsigned long reloc_start; /* Offset of relocation records from member
/linux-4.4.14/arch/powerpc/include/asm/
Dmodule.h91 #define reloc_start PHYSICAL_START macro
/linux-4.4.14/fs/
Dbinfmt_flat.c599 reloc = (unsigned long *) (datapos+(ntohl(hdr->reloc_start)-text_len)); in load_flat_file()
624 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c324 vers->crc = -(unsigned long)reloc_start; in dedotify_versions()
/linux-4.4.14/kernel/
Dmodule.c1283 return crc - (unsigned long)reloc_start; in maybe_relocated()