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

References

include/llvm/Object/ELF.h
  237     assert(Shdr.sh_type == ELF::SHT_NOTE && "Shdr is not of type SHT_NOTE");
  239     if (Shdr.sh_offset + Shdr.sh_size > getBufSize()) {
  239     if (Shdr.sh_offset + Shdr.sh_size > getBufSize()) {
  240       Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) +
  242                         Twine::utohexstr(Shdr.sh_offset) + ") or size (0x" +
  243                         Twine::utohexstr(Shdr.sh_size) + ")");
  246     return Elf_Note_Iterator(base() + Shdr.sh_offset, Shdr.sh_size, Err);
  246     return Elf_Note_Iterator(base() + Shdr.sh_offset, Shdr.sh_size, Err);