Lines Matching defs:isec
440 Is_desc *isec;
658 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL)
660 isec->is_name = shname;
661 isec->is_shdr = shdr;
662 isec->is_indata = data;
665 *ret_isec = isec;
696 Is_desc *isec;
721 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL)
723 isec->is_name = tmpl_isp->is_name;
724 isec->is_shdr = shdr;
725 isec->is_indata = data;
728 *ret_isec = isec;
747 Is_desc *isec;
757 &isec, &shdr, &data) == S_ERROR)
767 isec->is_name = MSG_ORIG(MSG_SCN_TBSS);
768 ofl->ofl_istlsbss = isec;
772 isec->is_name = MSG_ORIG(MSG_SCN_BSS);
773 ofl->ofl_isbss = isec;
778 isec->is_name = MSG_ORIG(MSG_SCN_LBSS);
779 ofl->ofl_islbss = isec;
788 if ((osp = ld_place_section(ofl, isec, NULL, ident, NULL)) ==
824 Is_desc *isec;
839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) ==
846 if (ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_array, NULL) ==
850 osp = isec->is_osdesc;
863 reld.rel_isdesc = isec;
888 if (ld_process_sym_reloc(ofl, &reld, (Rel *)&reloc, isec,
909 Is_desc *isec;
912 &isec, &shdr, &data) == S_ERROR)
923 return ((uintptr_t)ld_place_section(ofl, isec, NULL,
941 Is_desc *isec;
966 &isec, &shdr, &data) == S_ERROR)
986 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynamic, NULL);
1324 Is_desc *isec;
1329 &isec, &shdr, &data) == S_ERROR)
1338 ofl->ofl_osgot = ld_place_section(ofl, isec, NULL,
1356 Is_desc *isec;
1388 &isec, &shdr, &data) == S_ERROR)
1396 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_interp, NULL);
1411 Is_desc *isec;
1417 if (new_section(ofl, stype, sectname, 0, &isec, &shdr, &data) ==
1421 return (ld_place_section(ofl, isec, NULL, ident, NULL));
1598 Is_desc *isec;
1693 if (new_section(ofl, shtype, shname, size, &isec,
1870 if ((ofl->ofl_oscap = ld_place_section(ofl, isec,
1893 ofl->ofl_capchaincnt, &isec, &shdr,
1897 ofl->ofl_oscapchain = ld_place_section(ofl, isec,
1916 Is_desc *isec;
1929 &isec, &shdr, &data) == S_ERROR)
1940 ofl->ofl_osplt = ld_place_section(ofl, isec, NULL,
1960 Is_desc *isec;
1970 &isec, &shdr, &data) == S_ERROR)
1978 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_hash, NULL);
2018 Is_desc *isec;
2028 &isec, &shdr, &data) == S_ERROR)
2035 if ((ofl->ofl_ossymtab = ld_place_section(ofl, isec, NULL,
2099 Is_desc *isec, *lisec;
2129 &isec, &shdr, &data) == S_ERROR)
2141 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynsym, NULL);
2181 Is_desc *isec;
2191 &isec, &shdr, &data) == S_ERROR)
2194 if ((ofl->ofl_osdynsymsort = ld_place_section(ofl, isec, NULL,
2203 ofl->ofl_dyntlssortcnt, &isec, &shdr, &data) == S_ERROR)
2206 if ((ofl->ofl_osdyntlssort = ld_place_section(ofl, isec, NULL,
2223 Is_desc *isec;
2233 &isec, &shdr, &data) == S_ERROR)
2236 if ((*ret_os = ld_place_section(ofl, isec, NULL,
2278 Is_desc *isec;
2282 0, &isec, &shdr, &data) == S_ERROR)
2290 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_note, NULL);
2311 Is_desc *isec;
2326 0, &isec, &shdr, &data) == S_ERROR)
2334 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_strtab, NULL);
2346 Is_desc *isec;
2400 0, &isec, &shdr, &data) == S_ERROR)
2413 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynstr, NULL);
2429 Is_desc *isec;
2473 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec,
2491 rosp = ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_rel, NULL);
2543 Is_desc *isec;
2550 0, &isec, &shdr, &data) == S_ERROR)
2558 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_version, NULL);
2573 Is_desc *isec;
2597 0, &isec, &shdr, &data) == S_ERROR)
2605 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_version, NULL);
2617 Is_desc *isec;
2621 &isec, &shdr, &data) == S_ERROR)
2640 ofl->ofl_isparexpn = isec;
2641 osp = ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_data, NULL);
2660 Is_desc *isec;
2667 mv_nums, &isec, &shdr, &data) == S_ERROR)
2687 if ((ofl->ofl_osmove = ld_place_section(ofl, isec, NULL, 0, NULL)) ==
3098 Is_desc *isec = ld_os_first_isdesc(osp);
3099 Elf_Data *data = isec->is_indata;
3414 Is_desc *isec;
3417 &isec, &shdr, &data) == S_ERROR)
3424 if (aplist_append(&ofl->ofl_mapdata, isec, AL_CNT_OFL_MAPSECS) == NULL)
3427 return (isec);
3439 Is_desc *isec;
3449 &isec, &shdr, &data) == S_ERROR)
3475 if (aplist_append(&ofl->ofl_maptext, isec, AL_CNT_OFL_MAPSECS) == NULL)
3478 return (isec);