Home | History | Annotate | Download | only in Object

Lines Matching defs:SHT

292     uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin());
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
724 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin());
725 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize;