Searched refs:d_tag (Results 1 – 5 of 5) sorted by relevance
123 Elf32_Sword d_tag; /* Entry type. */ member
131 Elf64_Sxword d_tag; /* Entry type. */ member
1013 while (Dyn->d_tag != DT_NULL) { in WriteRelocations32()1014 switch (Dyn->d_tag) { in WriteRelocations32()