Home | History | Annotate | Download | only in bfd

Lines Matching defs:stringp

1597 	  bfd_boolean stringp;
1605 stringp = FALSE;
1619 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break;
1635 case DT_SONAME: name = "SONAME"; stringp = TRUE; break;
1636 case DT_RPATH: name = "RPATH"; stringp = TRUE; break;
1650 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break;
1662 case DT_CONFIG: name = "CONFIG"; stringp = TRUE; break;
1663 case DT_DEPAUDIT: name = "DEPAUDIT"; stringp = TRUE; break;
1664 case DT_AUDIT: name = "AUDIT"; stringp = TRUE; break;
1677 case DT_AUXILIARY: name = "AUXILIARY"; stringp = TRUE; break;
1679 case DT_FILTER: name = "FILTER"; stringp = TRUE; break;
1684 if (! stringp)