Searched refs:find_segment (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | _inline_gen.h | 33 find_segment(caddr_t roffset, Rt_map *lmp) in find_segment() function
|
H A D | _inline_reloc.h | 52 if ((mpp = find_segment((caddr_t)roffset, lmp)) == NULL) in _elf_reloc_relative()
|
H A D | move.c | 117 if ((mpp = find_segment((caddr_t)taddr, lmp)) == NULL) { in move_data()
|
H A D | dlfcns.c | 78 if (find_segment(cpc, lmp)) in _caller()
|
H A D | analyze.c | 251 if ((mpp = find_segment(daddr, dlmp)) == NULL) in are_bits_zero()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/ |
H A D | psvcpolicy.c | 84 static int32_t find_segment(psvc_opaque_t hdlp, char *fru, seg_desc_t *segment, 204 find_segment(psvc_opaque_t hdlp, char *fru, seg_desc_t *segment, in find_segment() function 292 seg_found = find_segment(hdlp, fru, &segment, "ES"); in psvc_update_thresholds_0() 343 seg_found = find_segment(hdlp, fru, &segment, "SD"); in psvc_update_thresholds_0()
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | dlamd64getunwind.c | 80 if ((mpp = find_segment(pc, lmp)) == NULL) in getunwind_core()
|
H A D | amd64_elf.c | 411 find_segment((caddr_t)PLTGOT(lmp), lmp)) != NULL) && in elf_reloc() 595 if ((mpp = find_segment((caddr_t)roffset, lmp)) == NULL) { in elf_reloc()
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 338 find_segment(fru_treehdl_t handle, const char *seg_name, int *prot_flg, in find_segment() function 385 if ((err = find_segment(handle, seg_name, &prot_flg, &segment)) in frt_get_seg_def()
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 389 find_segment((caddr_t)PLTGOT(lmp), lmp)) != NULL) && in elf_reloc() 572 if ((mpp = find_segment((caddr_t)roffset, lmp)) == NULL) { in elf_reloc()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 572 find_segment((caddr_t)PLTGOT(lmp), lmp)) != NULL) && in elf_reloc() 704 if ((mpp = find_segment((caddr_t)roffset, in elf_reloc()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 781 find_segment((caddr_t)PLTGOT(lmp), lmp)) != NULL) && in elf_reloc() 934 if ((mpp = find_segment((caddr_t)roffset, in elf_reloc()
|