Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Dmodule.c54 #define MAX_LTOFF ((uint64_t) (1 << 22)) /* max. allowable linkage-table offset */ macro
532 return value - mod->arch.gp + MAX_LTOFF/2 < MAX_LTOFF; in gp_addressable()
813 if (mod->core_size > MAX_LTOFF) in apply_relocate_add()
818 gp = mod->core_size - MAX_LTOFF / 2; in apply_relocate_add()