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

  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 1077 bfd_vma text_b; local
1085 text_b = sec->output_section->vma + sec->output_offset;
1087 if (text_a < text_b)
1089 return text_a > text_b;
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 1072 bfd_vma text_b; local
1080 text_b = sec->output_section->vma + sec->output_offset;
1082 if (text_a < text_b)
1084 return text_a > text_b;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 1066 bfd_vma text_b; local
1074 text_b = sec->output_section->vma + sec->output_offset;
1076 if (text_a < text_b)
1078 return text_a > text_b;
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 1072 bfd_vma text_b; local
1080 text_b = sec->output_section->vma + sec->output_offset;
1082 if (text_a < text_b)
1084 return text_a > text_b;

Completed in 20 milliseconds