Searched refs:ld_place_section (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | sections.c | 791 if ((osp = ld_place_section(ofl, isec, NULL, ident, NULL)) == in ld_make_bss() 849 if (ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_array, NULL) == in make_array() 926 return ((uintptr_t)ld_place_section(ofl, isec, NULL, in make_comment() 989 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynamic, NULL); in make_dynamic() 1348 ofl->ofl_osgot = ld_place_section(ofl, isec, NULL, in ld_make_got() 1406 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_interp, NULL); in make_interp() 1431 return (ld_place_section(ofl, isec, NULL, ident, NULL)); in make_sym_sec() 1899 if ((ofl->ofl_oscap = ld_place_section(ofl, isec, in make_cap() 1926 ofl->ofl_oscapchain = ld_place_section(ofl, isec, in make_cap() 1969 ofl->ofl_osplt = ld_place_section(ofl, isec, NULL, in make_plt() [all …]
|
| H A D | order.c | 275 return ((uintptr_t)ld_place_section(ofl, isp, path_info, in place_unordered() 336 osp = ld_place_section(ofl, isp, path_info, isp->is_keyident, in ld_process_ordered()
|
| H A D | _libld.h | 710 #define ld_place_section ld64_place_section macro 809 #define ld_place_section ld32_place_section macro 932 extern Os_desc *ld_place_section(Ofl_desc *, Is_desc *,
|
| H A D | unwind.c | 366 if ((ofl->ofl_unwindhdr = ld_place_section(ofl, isp, NULL, in ld_unwind_make_hdr()
|
| H A D | map_core.c | 2856 if (ld_place_section(ofl, isp, NULL, in ld_map_post_process() 2862 if (ld_place_section(ofl, isp, NULL, in ld_map_post_process()
|
| H A D | place.c | 809 ld_place_section(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info, in ld_place_section() function
|
| H A D | files.c | 2889 if (ld_place_section(ofl, isp, path_info, in process_elf()
|