Searched refs:ld_seg_lookup (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | _libld.h | 729 #define ld_seg_lookup ld64_seg_lookup macro 828 #define ld_seg_lookup ld32_seg_lookup macro 965 extern Sg_desc *ld_seg_lookup(Ofl_desc *, const char *,
|
H A D | entry.c | 315 ld_seg_lookup(Ofl_desc *ofl, const char *name, avl_index_t *where) in ld_seg_lookup() function
|
H A D | map.c | 1274 sgp1 = ld_seg_lookup(mf->mf_ofl, name, &where); in ld_map_parse_v1()
|
H A D | map_v2.c | 2331 sgp = ld_seg_lookup(mf->mf_ofl, tkv.tkv_str, &where); in dir_segment_inner() 2593 sgp = ld_seg_lookup(mf->mf_ofl, tkv.tkv_str, NULL); in dir_segment_order()
|