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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  723     uint64_t Value = Sec ? Sec->Addr + SI.Value : SI.Value;
tools/llvm-objcopy/ELF/Object.cpp
   75   Shdr.sh_addr = Sec.Addr;
  305              : Sec->Addr;
 1074     return Seg.VAddr <= Sec.Addr &&
 1075            Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize;
 1197       if (!Section || Section->Addr + Section->Size != RecAddr)
 1515     Sec.Addr = Shdr.sh_addr;
tools/llvm-objcopy/ELF/Object.h
  502     Addr = SecAddr;