package owee
-
owee
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val iter : Owee_buf.t -> Owee_elf.section array -> f:(t -> unit) -> unit
iter buf sections ~f
applies f
to each stapsdt note, in order of appearance in .notes.stapsdt section. Expects buf
to point to the beginning of an elf file. Raises Section_not_found
if .note.stapsdt section is not found. Raises if .note.stapsdt is found but .stapsdt.base is not. Raises if the owner is not "stapsdt" or the type is not 3 for version 3 of probes. Raises if parsing of notes fails for other reasons.