Home
last modified time | relevance | path

Searched refs:other_section (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/MC/X86/
Dline-table-sections.s13 .section .other_section,"",@progbits
/external/llvm-project/lldb/examples/python/
Dmach_o.py1030 def get_section_by_section(self, other_section): argument
1032 … if section.sectname == other_section.sectname and section.segname == other_section.segname: