Home | History | Annotate | Download | only in src

Lines Matching refs:DT_RELAENT

1608       [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true },
1610 [DT_RELAENT] = { [DT_RELA] = true },
1866 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT])
1867 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT]))
1871 "DT_RELA", "DT_RELASZ", "DT_RELAENT");