/titanic_50/usr/src/cmd/sgs/prof/common/ |
H A D | profv.h | 108 GElf_Addr txt_origin; /* txt start as given in PHT */ 109 GElf_Addr data_end; /* data end as found from `_end' */ 128 GElf_Addr value; /* value of the symbol */ 142 GElf_Addr addr; /* symbol value */
|
H A D | rdelf.c | 356 static GElf_Addr 362 GElf_Addr txt_origin = 0; in get_txtorigin()
|
H A D | profv.c | 550 get_shobj_syms(char *pathname, GElf_Addr ld_base, GElf_Addr ld_end) in get_shobj_syms()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dtrace.h | 474 GElf_Addr dto_text_va; /* address of text section */ 476 GElf_Addr dto_data_va; /* address of data section */ 478 GElf_Addr dto_bss_va; /* address of BSS */ 499 extern int dtrace_lookup_by_addr(dtrace_hdl_t *, GElf_Addr addr, 559 int (*dtv_lookup_by_addr)(void *, GElf_Addr, GElf_Sym *,
|
H A D | dt_impl.h | 90 GElf_Addr, GElf_Sym *, uint_t *); 129 GElf_Addr dm_text_va; /* virtual address of text section */ 131 GElf_Addr dm_data_va; /* virtual address of data section */ 133 GElf_Addr dm_bss_va; /* virtual address of BSS */
|
H A D | dt_module.c | 324 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr32() 366 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr64() 1330 dtrace_lookup_by_addr(dtrace_hdl_t *dtp, GElf_Addr addr, in dtrace_lookup_by_addr()
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 207 GElf_Addr txt_origin; /* module's start as given in file */ 208 GElf_Addr data_end; /* module's end addr as in file */
|
H A D | readelf.c | 139 static GElf_Addr 145 GElf_Addr txt_origin = 0; in get_txtorigin()
|
/titanic_50/usr/src/head/ |
H A D | gelf.h | 52 typedef Elf64_Addr GElf_Addr; typedef
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | tnfctl.h | 50 typedef GElf_Addr Elf3264_Addr;
|
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtrace_jni.c | 1349 GElf_Addr addr; in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupKernelFunction() 1362 addr = (GElf_Addr)(uint32_t)(*jenv)->CallIntMethod(jenv, in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupKernelFunction() 1366 addr = (GElf_Addr)(*jenv)->CallLongMethod(jenv, in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupKernelFunction() 1399 GElf_Addr addr; in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupUserFunction() 1412 addr = (GElf_Addr)(uint32_t)(*jenv)->CallIntMethod(jenv, in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupUserFunction() 1416 addr = (GElf_Addr)(*jenv)->CallLongMethod(jenv, in Java_org_opensolaris_os_dtrace_LocalConsumer__1lookupUserFunction()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | syms.c | 85 symptr->st_value += (GElf_Addr)(mp->mi_addr); in str_map_sym()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 847 dst->r_offset = (GElf_Addr)r->r_offset; in gelf_getrela() 848 dst->r_addend = (GElf_Addr)r->r_addend; in gelf_getrela() 940 dst->r_offset = (GElf_Addr)r->r_offset; in gelf_getrel()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 1232 GElf_Addr dt_symtab, dt_strtab, dt_hash; in mdb_gelf_symtab_create_dynamic() 1316 gst->gst_dsect->gs_shdr.sh_offset = dt_symtab - (GElf_Addr)base; in mdb_gelf_symtab_create_dynamic() 1322 gst->gst_ssect->gs_shdr.sh_offset = dt_strtab - (GElf_Addr)base; in mdb_gelf_symtab_create_dynamic()
|
H A D | mdb_nm.c | 849 sym.st_value = (GElf_Addr)addr; in cmd_nmadd()
|
H A D | mdb_target.c | 1931 GElf_Addr b = 0, e = 0; in mdb_tgt_elf_export()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 2171 sym_by_addr_binary(sym_tbl_t *symtab, GElf_Addr addr, GElf_Sym *symp, in sym_by_addr_binary() 2240 sym_by_addr_linear(sym_tbl_t *symtab, GElf_Addr addr, GElf_Sym *symbolp, in sym_by_addr_linear() 2286 sym_by_addr(sym_tbl_t *symtab, GElf_Addr addr, GElf_Sym *symp, uint_t *idp) in sym_by_addr()
|
/titanic_50/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 57 GElf_Addr value;
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 749 dtracemdb_lookup_by_addr(void *varg, GElf_Addr addr, GElf_Sym *symp, in dtracemdb_lookup_by_addr()
|