HomeSort by: relevance | last modified time | path
    Searched refs:lf_nest_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
pdb.h 527 struct lf_nest_type struct
pdb.c 3066 struct lf_nest_type *nest = (struct lf_nest_type *) ptr;
3069 if (left < offsetof (struct lf_nest_type, name))
3081 left - offsetof (struct lf_nest_type, name));
3083 if (name_len == left - offsetof (struct lf_nest_type, name))
3092 subtype_len = offsetof (struct lf_nest_type, name)
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 527 struct lf_nest_type struct
pdb.c 3067 struct lf_nest_type *nest = (struct lf_nest_type *) ptr;
3070 if (left < offsetof (struct lf_nest_type, name))
3082 left - offsetof (struct lf_nest_type, name));
3084 if (name_len == left - offsetof (struct lf_nest_type, name))
3093 subtype_len = offsetof (struct lf_nest_type, name)

Completed in 33 milliseconds