Searched refs:DT_RELA (Results 1 – 19 of 19) sorted by relevance
81 case DT_RELA: in self_reloc()
896 case DT_RELA:
500 #define DT_RELA 7 /* Address of Rela relocation table */ macro
348 case DT_RELA: in elf_reloc_self()
400 case DT_RELA: in elf_reloc_self()
146 case DT_RELA: in reloc_non_plt_self()
633 case DT_RELA: in parse_dynamic()645 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()656 if (plttype == DT_RELA) { in parse_dynamic()
335 case DT_RELA: in ef_parse_dynamic()
186 case DT_RELA: return "DT_RELA"; in d_tags()936 case DT_RELA: in elf_print_dynamic()
151 case DT_RELA: in reloc_non_plt_self()
598 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
168 case DT_RELA: return "DT_RELA"; in d_tags()1655 case DT_RELA: in elf_print_dynamic()
1309 case DT_RELA: in digest_dynamic1()1338 dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()1577 if (plttype == DT_RELA) { in digest_dynamic1()
980 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
133 _ELF_DEFINE_DT(DT_RELA, 7, \
2061 case ELF::DT_RELA: in parseDynamicTable()2113 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()2434 if (Value == DT_RELA) in getDynamicEntry()2443 case DT_RELA: in getDynamicEntry()
1463 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in computeContents()1724 config->isRela ? DT_RELA : DT_REL, in RelocationSection()
841 case DT_RELA: return "RELA"; in dt_type()2974 case DT_RELA: in dump_dyn_val()
137 else if (type == DT_RELA || type == SHT_RELA) in ELFRelocation()