Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ctfconv/
H A Dparse.c96 struct itype *parse_struct(struct dwdie *, size_t, int, size_t);
657 it = parse_struct(die, psz, CTF_K_STRUCT, off); in cu_parse()
665 it = parse_struct(die, psz, CTF_K_UNION, off); in cu_parse()
1021 parse_struct(struct dwdie *die, size_t psz, int type, size_t off) in parse_struct() function