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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-aarch64.c 939 /* Record the pair (TAG, VALUE) into SUBSEC. */
941 _bfd_aarch64_oav2_record (obj_attr_subsection_v2_t *subsec,
948 LINKED_LIST_APPEND (obj_attr_v2_t) (subsec, attr);
951 /* Wrapper around the recording of the pair (TAG, VALUE) into SUBSEC called from
954 obj_attr_v2_record_tag_value (obj_attr_subsection_v2_t *subsec,
959 attr = bfd_obj_attr_v2_find_by_tag (subsec, tag, false);
973 _bfd_aarch64_oav2_record (subsec, tag, merged_val);
978 _bfd_aarch64_oav2_record (subsec, tag, value);
992 obj_attr_subsection_v2_t *subsec = bfd_obj_attr_subsection_v2_find_by_name local
996 if (subsec == NULL
1014 (&elf_obj_attr_subsections (abfd), subsec); local
1169 const obj_attr_subsection_v2_t *subsec local
    [all...]
elf-attrs.c 284 oav2_subsection_size (const obj_attr_subsection_v2_t *subsec)
287 size += strlen (subsec->name) + 1; /* <subsection-name: NTBS> so +1 for '\0'. */
290 for (const obj_attr_v2_t *attr = subsec->first;
293 size += oav2_attr_size (attr, subsec->encoding);
301 const obj_attr_subsection_v2_t *subsec local
303 if (subsec == NULL)
307 for (; subsec != NULL; subsec = subsec->next)
308 size += oav2_subsection_size (subsec);
1028 obj_attr_subsection_v2_t *subsec = subsecs->first; local
2881 obj_attr_subsection_v2_t *subsec = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf-attr.c 380 obj_attr_subsection_v2_t *subsec = elf_obj_attr_subsections (stdoutput).last; local
383 'subsec' is a logical error. Invalid user code, where the subsection
384 has not been selected must be handled by the caller. We require 'subsec'
386 gas_assert (subsec != NULL);
396 = bfd_obj_attr_v2_identify_subsection (be, subsec->name);
859 const obj_attr_subsection_v2_t *subsec ATTRIBUTE_UNUSED,
884 = (subsec != NULL)
885 ? obj_attr_v2_get_arg_type (subsec->encoding)
892 = obj_attr_v2_get_arg_type (subsec->encoding);
1176 obj_attr_subsection_v2_t *subsec = NULL local
    [all...]
obj-macho.c 1977 symbolS *subsec = fix->fx_frag->obj_frag_data.subsection; local
1981 if (subsec == NULL)
1987 return obj_mach_o_in_different_subsection (targ, subsec);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 1977 symbolS *subsec = fix->fx_frag->obj_frag_data.subsection; local
1981 if (subsec == NULL)
1987 return obj_mach_o_in_different_subsection (targ, subsec);

Completed in 51 milliseconds