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

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 1145 static const asection *compare_section;
1170 as = is_same_section (compare_section, a->section);
1171 bs = is_same_section (compare_section, b->section);
3877 compare_section = section;
1140 static const asection *compare_section; variable
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 600 compare_section (sort_type sort, asection *asec, asection *bsec, bool reversed) function
751 && compare_section (sec->spec.sorted, section, (*tree)->section, sec->spec.reversed) < 0)
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 1142 static const asection *compare_section;
1167 as = is_same_section (compare_section, a->section);
1168 bs = is_same_section (compare_section, b->section);
3886 compare_section = section;
1137 static const asection *compare_section; variable
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 600 compare_section (sort_type sort, asection *asec, asection *bsec, bool reversed) function
751 && compare_section (sec->spec.sorted, section, (*tree)->section, sec->spec.reversed) < 0)

Completed in 46 milliseconds