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

  /src/external/gpl3/binutils/dist/binutils/
readelf.c 323 struct group * section_groups;
9451 filedata->section_groups = (struct group *) calloc (filedata->group_count,
9454 if (filedata->section_groups == NULL)
9471 for (i = 0, section = filedata->section_headers, group = filedata->section_groups;
24769 if (filedata->section_groups)
24777 for (g = filedata->section_groups [i].root; g != NULL; g = next)
24784 free (filedata->section_groups);
321 struct group * section_groups; member in struct:filedata
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 321 struct group * section_groups;
9019 filedata->section_groups = (struct group *) calloc (filedata->group_count,
9022 if (filedata->section_groups == NULL)
9039 for (i = 0, section = filedata->section_headers, group = filedata->section_groups;
23639 if (filedata->section_groups)
23647 for (g = filedata->section_groups [i].root; g != NULL; g = next)
23654 free (filedata->section_groups);
319 struct group * section_groups; member in struct:filedata

Completed in 49 milliseconds