Home
last modified time | relevance | path

Searched refs:ld_place_section (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c791 if ((osp = ld_place_section(ofl, isec, NULL, ident, NULL)) == in ld_make_bss()
926 return ((uintptr_t)ld_place_section(ofl, isec, NULL, in make_comment()
1348 ofl->ofl_osgot = ld_place_section(ofl, isec, NULL, in ld_make_got()
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()
2064 if ((ofl->ofl_ossymtab = ld_place_section(ofl, isec, NULL, in make_symtab()
2082 if ((ofl->ofl_ossymshndx = ld_place_section(ofl, xisec, NULL, in make_symtab()
2166 ((ofl->ofl_osldynsym = ld_place_section(ofl, lisec, NULL, in make_dynsym()
[all …]
H A Dorder.c275 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.h710 #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 Dunwind.c366 if ((ofl->ofl_unwindhdr = ld_place_section(ofl, isp, NULL, in ld_unwind_make_hdr()
H A Dmap_core.c2856 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 Dplace.c808 ld_place_section(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info, in ld_place_section() function
H A Dfiles.c2889 if (ld_place_section(ofl, isp, path_info, in process_elf()