Skip to content

lookupSection(__segment_section_do_)

tevelee edited this page Jul 21, 2026 · 1 revision

lookupSection(_:segment:section:do:)

canImport(MachO)
@_cdecl("lookupSection")
public func lookupSection(
  _ header: UnsafePointer<mach_header>?,
  segment: UnsafePointer<CChar>?,
  section: UnsafePointer<CChar>?,
  do handler: @convention(c) (UnsafeRawPointer, Int) -> ()
) 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally