Home
last modified time | relevance | path

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

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