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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dvpe.c158 extern void save_gp_address(unsigned int secbase, unsigned int rel);
582 void save_gp_address(unsigned int secbase, unsigned int rel) argument
584 gp_addr = secbase + rel;
585 gp_offs = gp_addr - (secbase & 0xffff0000);
599 unsigned long secbase, bssbase = 0; local
640 secbase = sechdrs[sym[i].st_shndx].sh_addr;
643 save_gp_address(secbase, sym[i].st_value);
646 sym[i].st_value += secbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1283 unsigned long secbase; local
1324 secbase = (unsigned long)mod->percpu;
1326 secbase = sechdrs[sym[i].st_shndx].sh_addr;
1327 sym[i].st_value += secbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4773 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
4776 \def\raisesections{\global\advance\secbase by -1}
4780 \def\lowersections{\global\advance\secbase by 1}
4801 \advance\absseclevel by \secbase
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex5015 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
5018 \def\raisesections{\global\advance\secbase by -1}
5022 \def\lowersections{\global\advance\secbase by 1}
5043 \advance\absseclevel by \secbase

Completed in 118 milliseconds