Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dline-table-sections.s13 .section .other_section,"",@progbits
/llvm-project-15.0.7/lldb/examples/python/
H A 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: