Home
last modified time | relevance | path

Searched refs:section_attributes (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8737 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
8738 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
8740 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
8742 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
8744 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
8746 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
8748 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
8750 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
8752 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
8754 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20114064 (section_attributes, library_children, library_attributes): Likewise.
H A DChangeLog-20089795 (section_attributes): New.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20089795 (section_attributes): New.
H A DChangeLog-20114064 (section_attributes, library_children, library_attributes): Likewise.