HomeSort by: relevance | last modified time | path
    Searched refs:section_attributes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
solib-target.c 174 static const struct gdb_xml_attribute section_attributes[] = { variable in typeref:struct:gdb_xml_attribute
183 { "section", section_attributes, NULL,
  /src/external/gpl3/gdb/dist/gdb/
solib-target.c 174 static const struct gdb_xml_attribute section_attributes[] = { variable in typeref:struct:gdb_xml_attribute
183 { "section", section_attributes, NULL,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8737 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; local
8738 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS)
8740 if (section_attributes & MachO::S_ATTR_NO_TOC)
8742 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS)
8744 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP)
8746 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT)
8748 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE)
8750 if (section_attributes & MachO::S_ATTR_DEBUG)
8752 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS
    [all...]

Completed in 25 milliseconds