Home
last modified time | relevance | path

Searched refs:txt_origin (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c51 keyval = module->txt_origin + (address - module->load_base); in nllookup()
56 (mnl[low].value - module->txt_origin); in nllookup()
75 module->txt_origin); in nllookup()
H A Dreadelf.c143 GElf_Addr txt_origin = 0; in get_txtorigin() local
154 if (first_load_seg || phdr.p_vaddr < txt_origin) in get_txtorigin()
155 txt_origin = phdr.p_vaddr; in get_txtorigin()
162 return (txt_origin); in get_txtorigin()
186 module->txt_origin = get_txtorigin(elf); in process_namelist()
218 modules.txt_origin = get_txtorigin(elf); in process()
219 modules.load_base = modules.txt_origin; in process()
H A Dgprof.h205 GElf_Addr txt_origin; /* module's start as given in file */ member
H A Dgprof.c328 arcp->arc_parentp->module->txt_origin); in dump_callgraph()
330 (nlp->value - mi->txt_origin); in dump_callgraph()
376 hitpc = nlp->module->load_base + (nlp->value - nlp->module->txt_origin); in dump_hits()
558 lend = lbase + (mi->data_end - mi->txt_origin); in fixup_maps()