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

References

lib/ObjectYAML/MachOEmitter.cpp
   93   memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16);
  278           if (0 == strncmp(&Sec.sectname[0], "__debug_str", 16)) {
  280           } else if (0 == strncmp(&Sec.sectname[0], "__debug_abbrev", 16)) {
  282           } else if (0 == strncmp(&Sec.sectname[0], "__debug_aranges", 16)) {
  284           } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubnames", 16)) {
  287           } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubtypes", 16)) {
  290           } else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16)) {
  292           } else if (0 == strncmp(&Sec.sectname[0], "__debug_line", 16)) {
lib/ObjectYAML/MachOYAML.cpp
  278   IO.mapRequired("sectname", Section.sectname);
tools/obj2yaml/macho2yaml.cpp
   68   memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16);