Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c3262 struct lf_enum *en = (struct lf_enum *) data; in handle_type()
3266 if (size < offsetof (struct lf_enum, name)) in handle_type()
3279 name_len = strnlen (en->name, size - offsetof (struct lf_enum, name)); in handle_type()
3281 if (name_len == size - offsetof (struct lf_enum, name)) in handle_type()
3294 size_t len = offsetof (struct lf_enum, name) + name_len + 1; in handle_type()
H A Dpdb.h424 struct lf_enum struct