Lines Matching defs:ident

164     Word ndx, int ident, Ofl_desc *ofl)
180 isp->is_keyident = ident;
202 if (ident) {
1281 Word ndx, int ident, Ofl_desc *ofl)
1296 Word ndx, int ident, Ofl_desc *ofl)
1321 Word ndx, int ident, Ofl_desc *ofl)
1332 if (((ofl->ofl_flags & FLG_OF_STRIP) && ident &&
1334 (strcmp(name, MSG_ORIG(MSG_SCN_STABEXCL)) == 0) && ident)
1338 * If we got here to process a .shstrtab or .dynstr table, `ident' will
1342 if ((ident != ld_targ.t_id.id_null) &&
1344 ident = ld_targ.t_id.id_null;
1346 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
1376 Word ndx, int ident, Ofl_desc *ofl)
1423 * name, ifl, shdr, ndx, ident, ofl - As passed to process_progbits().
1428 * The allocable section has been processed. *ident and *is_flags
1435 Word ndx, int *ident, Ofl_desc *ofl, Boolean is_stab_index,
1447 *ident = ld_targ.t_id.id_unwind;
1481 *ident = ld_targ.t_id.id_null;
1488 *ident = ld_targ.t_id.id_unwind;
1496 *ident = ld_targ.t_id.id_null;
1515 *ident = ld_targ.t_id.id_interp;
1517 *ident = ld_targ.t_id.id_data;
1529 Word ndx, int ident, Ofl_desc *ofl)
1539 if (ident && (strncmp(name, MSG_ORIG(MSG_SCN_STAB),
1551 if ((ofl->ofl_flags & FLG_OF_STRIP) && ident) {
1559 * Update the ident to reflect the type of section we've got.
1567 * SHT_PROGBITS for unwind sections, then set their ident to reflect
1570 if (ident) {
1572 ident = ld_targ.t_id.id_tls;
1575 ident = ld_targ.t_id.id_text;
1578 &ident, ofl, is_stab_index, &is_flags) == FALSE)
1581 ident = ld_targ.t_id.id_note;
1585 r = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
1602 Word ndx, int ident, Ofl_desc *ofl)
1610 return (process_progbits(name, ifl, shdr, scn, ndx, ident, ofl));
1618 Word ndx, int ident, Ofl_desc *ofl)
1620 if (ident) {
1622 ident = ld_targ.t_id.id_tlsbss;
1626 ident = ld_targ.t_id.id_lbss;
1629 ident = ld_targ.t_id.id_bss;
1631 return (process_section(name, ifl, shdr, scn, ndx, ident, ofl));
1639 Word ndx, int ident, Ofl_desc *ofl)
1643 if (ident)
1644 ident = ld_targ.t_id.id_array;
1646 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
1683 Word ndx, int ident, Ofl_desc *ofl)
1685 if (process_input(name, ifl, shdr, scn, ndx, ident, ofl) == S_ERROR)
1739 Word ndx, int ident, Ofl_desc *ofl)
2082 Elf_Scn *scn, Word ndx, int ident, Ofl_desc *ofl)
2088 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
2334 Word ndx, int ident, Ofl_desc *ofl)
2338 error = process_section(name, ifl, shdr, scn, ndx, ident, ofl);
2538 int ident;
2603 ident = ld_targ.t_id.id_null;
2607 ident = ld_targ.t_id.id_unknown;
2662 ndx, ident, ofl) == S_ERROR)
2688 ndx, ident, ofl) == S_ERROR)
2706 ndx, ident, ofl) == S_ERROR)
2722 ndx, ident, ofl) == S_ERROR)
2727 ndx, ident, ofl) == S_ERROR)
2794 ((ident == ld_targ.t_id.id_null) ?
2795 ident : ld_targ.t_id.id_user), ofl) ==