Home | History | Annotate | Download | only in Object

Lines Matching defs:SHT

288     uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin());
290 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
715 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin());
716 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize;