Searched refs:DT_RELAENT (Results 1 – 9 of 9) sorted by relevance
48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
82 #define DT_RELAENT 9 macro
1072 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator
1591 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()1593 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic()1849 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()1850 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
6795 assert (DT_RELAENT - DT_RELA == 2); in ld_generic_create_outfile()
1733 case DT_RELAENT: in handle_dynamic()
952 case ELF::DT_RELAENT: in ELFDumper()1493 case DT_RELAENT: in printValue()
709 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
636 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro