/titanic_50/usr/src/cmd/sgs/include/ |
H A D | libld.h | 298 Os_desc *ofl_unwindhdr; /* Unwind hdr */ 360 Os_desc *ofl_osdynamic; /* .dynamic output section */ 361 Os_desc *ofl_osdynsym; /* .dynsym output section */ 362 Os_desc *ofl_osldynsym; /* .SUNW_ldynsym output section */ 363 Os_desc *ofl_osdynstr; /* .dynstr output section */ 364 Os_desc *ofl_osdynsymsort; /* .SUNW_dynsymsort output section */ 365 Os_desc *ofl_osdyntlssort; /* .SUNW_dyntlssort output section */ 366 Os_desc *ofl_osgot; /* .got output section */ 367 Os_desc *ofl_oshash; /* .hash output section */ 368 Os_desc *ofl_osinitarray; /* .init_array output section */ [all …]
|
H A D | debug.h | 942 extern void Dbg_reloc_generate(Lm_list *, Os_desc *, Word); 948 extern void Dbg_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *); 954 extern void Dbg_sec_added(Lm_list *, Os_desc *, Sg_desc *); 956 extern void Dbg_sec_created(Lm_list *, Os_desc *, Sg_desc *); 966 extern void Dbg_sec_strtab(Lm_list *, Os_desc *, Str_tbl *); 973 extern void Dbg_seg_os(Ofl_desc *, Os_desc *, int); 1029 extern void Dbg_syms_sec_entry(Lm_list *, Word, Sg_desc *, Os_desc *);
|
H A D | sgs.h | 232 typedef struct os_desc Os_desc; typedef
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 50 set_addralign(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp) in set_addralign() 80 ld_os_first_isdesc(Os_desc *osp) in ld_os_first_isdesc() 113 os_attach_isp(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp, int mapfile_sort) in os_attach_isp() 236 add_comdat(Ofl_desc *ofl, Os_desc *osp, Is_desc *isp) in add_comdat() 683 Os_desc *osp; in eh_frame_muldef() 731 Os_desc * 737 Os_desc *osp; in ld_place_section() 932 return ((Os_desc *)S_ERROR); in ld_place_section() 998 return ((Os_desc *)S_ERROR); in ld_place_section() 1115 return ((Os_desc *)err); in ld_place_section() [all …]
|
H A D | sections.c | 97 Os_desc *osp; in ignore_sym() 167 Os_desc *osp = isp->is_osdesc; in isdesc_discarded() 208 Os_desc *osp; in adjust_os_count() 275 Os_desc *osp; in ignore_section_processing() 748 Os_desc *osp; in ld_make_bss() 789 (Os_desc *)S_ERROR) in ld_make_bss() 829 Os_desc *osp; in make_array() 847 (Os_desc *)S_ERROR) in make_array() 939 Os_desc *osp; in make_dynamic() 1340 if (ofl->ofl_osgot == (Os_desc *)S_ERROR) in ld_make_got() [all …]
|
H A D | order.c | 299 Os_desc *osp; in ld_process_ordered() 338 if ((osp == (Os_desc *)S_ERROR) || (osp == NULL)) in ld_process_ordered() 354 Os_desc *osp2; in ld_process_ordered() 397 Os_desc *osp; in ld_sec_validate() 466 Os_desc *osp; in ld_sort_ordered()
|
H A D | unwind.c | 329 Os_desc *osp; in ld_unwind_make_hdr() 367 ld_targ.t_id.id_unwindhdr, NULL)) == (Os_desc *)S_ERROR) in ld_unwind_make_hdr() 490 Os_desc *hdrosp; in ld_unwind_populate_hdr() 491 Os_desc *osp; in ld_unwind_populate_hdr() 492 Os_desc *first_unwind; in ld_unwind_populate_hdr() 838 ld_unwind_register(Os_desc *osp, Ofl_desc * ofl) in ld_unwind_register() 841 Os_desc *_osp; in ld_unwind_register()
|
H A D | outfile.c | 219 Os_desc *osp; in pad_outfile() 287 create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx, in create_outsec() 371 Os_desc *osp; in ld_create_outfile() 433 Os_desc *nonempty = NULL; /* First non-empty section */ in ld_create_outfile() 812 Os_desc *osp; in ld_create_outfile()
|
H A D | _libld.h | 933 extern Is_desc *ld_os_first_isdesc(Os_desc *); 936 extern Os_desc *ld_place_section(Ofl_desc *, Is_desc *, 956 extern void ld_reloc_remain_entry(Rel_desc *, Os_desc *, 959 Os_desc *); 1008 extern uintptr_t ld_unwind_register(Os_desc *, Ofl_desc *);
|
H A D | update.c | 175 Os_desc *osp, *iosp = NULL, *fosp = NULL; in update_osym() 382 Os_desc *osp; in update_osym() 581 Os_desc *osp = sgp->sg_osdescs->apl_data in update_osym() 870 Os_desc *osp = isp->is_osdesc; in update_osym() 2073 Os_desc *symosp, *strosp; in update_odynamic() 2604 Os_desc *strosp; in update_overdef() 2729 Os_desc *osp; in update_oversym() 2754 Os_desc *strosp; in update_overneed() 2872 Os_desc *symosp, *infosp = ofl->ofl_ossyminfo; in update_osyminfo() 3003 Os_desc *osp; in expand_move() [all …]
|
H A D | machrel.intel.c | 65 Os_desc *osp = ofl->ofl_osgot; in ld_calc_got_offset() 227 Os_desc * relosp, * osp = 0; in ld_perform_outreloc() 745 Os_desc *osp; in ld_do_activerelocs() 1146 Os_desc *osp; in ld_add_outrel() 1255 Os_desc *osp = RELAUX_GET_OSDESC(rsp); in ld_reloc_local()
|
H A D | machrel.amd.c | 96 Os_desc *osp = ofl->ofl_osgot; in ld_calc_got_offset() 283 Os_desc * relosp, * osp = 0; in ld_perform_outreloc() 773 Os_desc *osp; in ld_do_activerelocs() 1160 Os_desc *osp; in ld_add_outrel() 1279 Os_desc *osp = RELAUX_GET_OSDESC(rsp); in ld_reloc_local()
|
H A D | ldentry.c | 83 Os_desc *osp; in ld_map_out()
|
H A D | machrel.sparc.c | 75 Os_desc *osp = ofl->ofl_osgot; in ld_calc_got_offset() 586 Os_desc *relosp, *osp = NULL; in ld_perform_outreloc() 1067 Os_desc *osp; in ld_do_activerelocs() 1473 Os_desc *osp; in ld_add_outrel() 1643 Os_desc *osp = RELAUX_GET_OSDESC(rsp); in ld_reloc_local()
|
H A D | sunwmove.c | 375 Os_desc *osp = sdp->sd_isc->is_osdesc; in ld_process_move()
|
H A D | relocate.c | 734 ld_reloc_set_aux_osdesc(Ofl_desc *ofl, Rel_desc *rdesc, Os_desc *osp) in ld_reloc_set_aux_osdesc() 2125 reloc_section(Ofl_desc *ofl, Is_desc *isect, Is_desc *rsect, Os_desc *osect) in reloc_section() 2207 Os_desc *osp; in reloc_segments() 2663 Os_desc *osp; in ld_reloc_process() 2710 Os_desc *osp; in ld_reloc_process() 2803 ld_reloc_remain_entry(Rel_desc *orsp, Os_desc *osp, Ofl_desc *ofl, in ld_reloc_remain_entry()
|
H A D | files.c | 1657 Os_desc *osp; in array_process() 2361 Os_desc *osp; in rel_process() 2848 isp->is_keyident, NULL) == (Os_desc *)S_ERROR) in process_elf() 2984 Os_desc *osp = isp->is_osdesc; in process_elf()
|
H A D | map_core.c | 2830 ld_targ.t_id.id_text, NULL) == (Os_desc *)S_ERROR) in ld_map_post_process() 2836 ld_targ.t_id.id_data, NULL) == (Os_desc *)S_ERROR) in ld_map_post_process()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | llib-llddbg | 326 void Dbg32_reloc_generate(Lm_list *, Os_desc *, Elf32_Word); 327 void Dbg64_reloc_generate(Lm_list *, Os_desc *, Elf64_Word); 338 void Dbg32_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *); 339 void Dbg64_reloc_proc(Lm_list *, Os_desc *, Is_desc *, Is_desc *); 347 void Dbg32_sec_added(Lm_list *, Os_desc *, Sg_desc *); 348 void Dbg64_sec_added(Lm_list *, Os_desc *, Sg_desc *); 351 void Dbg32_sec_created(Lm_list *, Os_desc *, Sg_desc *); 352 void Dbg64_sec_created(Lm_list *, Os_desc *, Sg_desc *); 367 void Dbg32_sec_strtab(Lm_list *, Os_desc *, Str_tbl *); 368 void Dbg64_sec_strtab(Lm_list *, Os_desc *, Str_tbl *); [all …]
|
H A D | sections.c | 95 Dbg_sec_strtab(Lm_list *lml, Os_desc *osp, Str_tbl *stp) in Dbg_sec_strtab() 232 Dbg_sec_added(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_added() 242 Dbg_sec_created(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_created() 326 Os_desc *osp; in Dbg_sec_order_list()
|
H A D | relocate.c | 140 Dbg_reloc_generate(Lm_list *lml, Os_desc *osp, Word type) in Dbg_reloc_generate() 169 Dbg_reloc_proc(Lm_list *lml, Os_desc *osp, Is_desc *isp, Is_desc *risp) in Dbg_reloc_proc() 216 Os_desc *osp; in Dbg_reloc_doact() 377 Os_desc *osp = RELAUX_GET_OSDESC(orsp); in Dbg_reloc_ors_entry()
|
H A D | segments.c | 141 Dbg_seg_os(Ofl_desc *ofl, Os_desc *osp, int ndx) in Dbg_seg_os()
|
H A D | syms.c | 345 Dbg_syms_sec_entry(Lm_list *lml, Word ndx, Sg_desc *sgp, Os_desc *osp) in Dbg_syms_sec_entry()
|