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

References

tools/llvm-objcopy/ELF/Object.cpp
 1753   Shdr.sh_name = 0;
 1754   Shdr.sh_type = SHT_NULL;
 1755   Shdr.sh_flags = 0;
 1756   Shdr.sh_addr = 0;
 1757   Shdr.sh_offset = 0;
 1761     Shdr.sh_size = Shnum;
 1763     Shdr.sh_size = 0;
 1766     Shdr.sh_link = Obj.SectionNames->Index;
 1768     Shdr.sh_link = 0;
 1769   Shdr.sh_info = 0;
 1770   Shdr.sh_addralign = 0;
 1771   Shdr.sh_entsize = 0;