Searched refs:DT_RELASZ (Results 1 – 9 of 9) sorted by relevance
68 case DT_RELASZ: in getTypeString()123 case DT_RELASZ: in printValue()
222 #define DT_RELASZ 8 macro
137 #define DT_RELASZ 8 macro
1360 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
1507 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()1508 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()1770 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()1771 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
1354 case DT_RELASZ: in handle_dynamic()
6800 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
660 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro