Searched refs:s_text (Results 1 – 25 of 29) sorted by relevance
12
/openbsd/sys/arch/m88k/m88k/ |
H A D | m8820x_machdep.c | 366 paddr_t s_text, e_text, s_data, e_data, e_rodata; in m8820x_batc_setup() local 380 s_text = round_batc((paddr_t)&kernelstart); in m8820x_batc_setup() 391 while (s_text != e_text) { in m8820x_batc_setup() 392 batc = (s_text >> BATC_BLKSHIFT) << BATC_VSHIFT; in m8820x_batc_setup() 393 batc |= (s_text >> BATC_BLKSHIFT) << BATC_PSHIFT; in m8820x_batc_setup() 396 printf("cpu%d ibat%d %p(%08x)\n", cpu, batcno, s_text, batc); in m8820x_batc_setup() 399 s_text += BATC_BLKBYTES; in m8820x_batc_setup()
|
H A D | pmap.c | 667 paddr_t s_low, s_text, e_rodata; in pmap_bootstrap() local 679 s_text = trunc_page((vaddr_t)&kernelstart); in pmap_bootstrap() 715 s_low = trunc_batc(s_text); in pmap_bootstrap() 747 for (i = atop(s_text); i != 0; i--) in pmap_bootstrap() 750 pa = s_text; in pmap_bootstrap()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | read.h | 184 extern void s_text (int);
|
H A D | read.c | 389 {"text", s_text, 0}, 3011 s_text (int ignore ATTRIBUTE_UNUSED) in s_text() function
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.h | 183 extern void s_text (int);
|
H A D | read.c | 414 {"text", s_text, 0}, 3149 s_text (int ignore ATTRIBUTE_UNUSED) in s_text() function
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-iq2000.c | 833 s_text (0); in s_change_sec()
|
H A D | tc-mcore.c | 338 s_text (ignore); in mcore_s_text()
|
H A D | obj-elf.c | 1054 s_text (i); in obj_elf_text()
|
H A D | tc-d30v.c | 2107 s_text (i); in s_d30v_text()
|
H A D | tc-sparc.c | 4059 s_text (0);
|
H A D | tc-tic54x.c | 1307 s_text (0);
|
H A D | tc-alpha.c | 3216 s_text (i); in s_alpha_text()
|
H A D | tc-hppa.c | 6345 s_text (0);
|
H A D | tc-mips.c | 11902 s_text (0); in s_change_sec()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-a29k.c | 138 s_text (0);
|
H A D | tc-iq2000.c | 984 s_text (0);
|
H A D | tc-mcore.c | 326 s_text (ignore);
|
H A D | obj-elf.c | 992 s_text (i); in obj_elf_text()
|
H A D | tc-d30v.c | 2223 s_text (i);
|
H A D | tc-sparc.c | 3973 s_text (0);
|
H A D | tc-tic54x.c | 1312 s_text (0);
|
H A D | tc-alpha.c | 4200 s_text (i);
|
H A D | tc-hppa.c | 6335 s_text (0);
|
H A D | tc-mips.c | 11747 s_text (0); in s_change_sec()
|
12