reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
   43   Phdr.p_type = Seg.Type;
  302   if (Seg && Seg->Type != ELF::PT_LOAD)
 1070     bool SegmentIsTLS = Seg.Type == PT_TLS;
 1279     Seg.Type = Phdr.p_type;
 1303   PrHdr.Type = PT_PHDR;
 1950   ElfHdr.Type = PT_PHDR;
 2262     return Sec.ParentSegment && Sec.ParentSegment->Type == ELF::PT_LOAD;