Searched refs:secbase (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dvpe.c468 static inline void save_gp_address(unsigned int secbase, unsigned int rel) argument
470 gp_addr = secbase + rel;
471 gp_offs = gp_addr - (secbase & 0xffff0000);
483 unsigned long secbase, bssbase = 0; local
523 secbase = sechdrs[sym[i].st_shndx].sh_addr;
526 save_gp_address(secbase, sym[i].st_value);
528 sym[i].st_value += secbase;
/linux-master/kernel/module/
H A Dmain.c1371 unsigned long secbase; local
1427 secbase = (unsigned long)mod_percpu(mod);
1429 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
1430 sym[i].st_value += secbase;

Completed in 345 milliseconds