HomeSort by: relevance | last modified time | path
    Searched defs:s_ref (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 1342 const obj_attr_subsection_v2_t *s_ref,
1346 const char *tag_s = _bfd_obj_attr_v2_tag_to_string (bed, s_ref->name, tag);
1349 abfd, tag_s, s_ref->name);
1358 const obj_attr_subsection_v2_t *s_ref,
1364 = _bfd_obj_attr_v2_tag_to_string (bed, s_ref->name, a_ref->tag);
1365 if (s_ref->encoding == OA_ENC_ULEB128)
1370 abfd, tag_s, s_ref->name, a_abfd->val.uint);
1380 abfd, tag_s, s_ref->name, a_abfd->val.string);
1388 /* Attempt a perfect match between subsections S_REF and S_ABFD, and reports
1389 errors for any mismatch. Return S_REF if the subsections match, NUL
1638 obj_attr_subsection_v2_t *s_ref = oav2_subsection_default_new (info, s_abfd); local
1839 obj_attr_subsection_v2_t *s_ref = ref_subsecs->first; local
    [all...]

Completed in 24 milliseconds