Searched refs:DT_RELA (Results 1 – 2 of 2) sorted by relevance
605 case DT_RELA: in parse_dynamic()617 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()628 if (plttype == DT_RELA) { in parse_dynamic()
579 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro