Searched refs:DT_RELA (Results 1 – 9 of 9) sorted by relevance
221 #define DT_RELA 7 macro
67 #define DT_RELA 7 macro
1507 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()1508 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()1509 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic()1635 && dyn->d_un.d_val != DT_RELA) in check_dynamic()1682 case DT_RELA: 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()
6800 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()6806 assert (DT_RELAENT - DT_RELA == 2); in ld_generic_create_outfile()
1068 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
136 #define DT_RELA 7 macro
659 #define DT_RELA 7 /* Address of Rela relocs */ macro
3262 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
634 #define DT_RELA 7 /* Address of Rela relocs */ macro