/titanic_50/usr/src/cmd/gencat/ |
H A D | gencat.c | 100 int text_size; /* the size of allocated text memory */ variable 576 text_size += 1000; in extend_text() 578 text = REALLOC(text, text_size); in extend_text() 580 text = MALLOC(text_size); in extend_text() 597 while (i >= text_size) 606 while (i >= text_size) 709 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size) 716 while ((text_len + 1) >= text_size) 800 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size) 807 while ((text_len + 1) >= text_size) [all …]
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj.c | 846 mp->text_size = _etext - _text; in load_exec() 850 cp->mod_text_size = mp->text_size; in load_exec() 858 _kobj_printf(ops, " size: 0x%x\n", mp->text_size); in load_exec() 951 mp->text_size = _etext - mp->text; in load_linker() 955 cp->mod_text_size = mp->text_size; in load_linker() 961 kmp->text_size = (size_t)(mp->text - kmp->text); in load_linker() 963 kobj_modules->mod_text_size = kmp->text_size; in load_linker() 969 _kobj_printf(ops, " size: 0x%x\n", mp->text_size); in load_linker() 1221 kobj_sync_instruction_memory(mp->text, mp->text_size); in bind_primary() 1488 modinfo->mi_size = mp->text_size + mp->data_size; in kobj_getmodinfo() [all …]
|
H A D | kobj_lm.c | 93 mp->text_size - 1); in kobj_lm_dump()
|
/titanic_50/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 60 if ((adr >= mp->text && adr < mp->text + mp->text_size) || in kobj_addrcheck()
|
/titanic_50/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 60 if ((adr >= mp->text && adr < mp->text + mp->text_size) || in kobj_addrcheck()
|
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | kobj_isa.c | 67 if ((adr >= mp->text && adr < mp->text + mp->text_size) || in kobj_addrcheck()
|
/titanic_50/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 271 mod.text_size = 0; in modinfo_format() 298 mcp->mod_id, mod.text, mod.text_size + mod.data_size, in modinfo_format()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 926 mp->text_size = ALIGN(mp->text_size, text_align); in init_xen_module() 927 mp->text_size += ALIGN(shp->sh_size, 8); in init_xen_module() 936 mcp->mod_text_size = mp->text_size; in init_xen_module()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kobj.h | 68 size_t text_size; member
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_module.c | 184 if (addr - (uintptr_t)mp->text < mp->text_size || in kmdb_module_addr_to_ctf()
|
H A D | kmdb_kvm.c | 742 km->km_text_size = mod->text_size; in kmt_mod_create()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 149 SECT_DATA(".text", text, text_size,
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 819 a2m->a2m_addr < (uintptr_t)mod.text + mod.text_size) in a2m_walk_modctl()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kvm.c | 246 km->km_text_size = kmod.text_size; in kt_load_modules()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 3438 ((struct module *)mp->mod_mp)->text_size, in mod_load() 3622 ((struct module *)mp->mod_mp)->text_size, in modinstall()
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 738 if ((uintptr_t)mod.text + mod.text_size <= data->dtmd_addr) in dtracemdb_modctl()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 2515 (uintptr_t)mod.text, mod.text_size, "text segment"); in whatis_walk_modctl()
|