Searched refs:DT_RELASZ (Results 1 – 13 of 13) sorted by relevance
216 case DT_RELASZ: in Init()219 (tag == DT_RELASZ) ? "DT_RELASZ" : "DT_RELSZ", in Init()226 if (tag == DT_RELASZ) in Init()
93 #define DT_RELASZ 8 macro
81 #define DT_RELASZ 8 macro
143 #define DT_RELASZ 8 macro
1665 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
460 && elf_load_dynamic_entry(lte, DT_RELASZ, &relasz) == 0 in arch_elf_init()
1545 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()1546 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()1795 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()1796 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
6797 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
1429 case DT_RELASZ: in handle_dynamic()
772 if (tag == DT_RELSZ || tag == DT_RELASZ) { in AdjustDynamicSectionForHole()
666 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
883 case DT_RELASZ: in printValue()
635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro