Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
type-referenced-by-allowlisted-function.h
blob: bf675bc9a7237c8acc68dc88835095ae78802491 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --allowlist-function dl_iterate_phdr
struct
dl_phdr_info
{
int
x
;
};
int
dl_iterate_phdr
(
struct
dl_phdr_info
*);