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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 8192 asection *lowest_section;
8261 lowest_section = NULL;
8278 if (lowest_section == NULL
8279 || section->lma < lowest_section->lma)
8280 lowest_section = section;
8312 - (lowest_section ? lowest_section->lma : 0));
8190 asection *lowest_section; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 8127 asection *lowest_section;
8196 lowest_section = NULL;
8213 if (lowest_section == NULL
8214 || section->lma < lowest_section->lma)
8215 lowest_section = section;
8247 - (lowest_section ? lowest_section->lma : 0));
8125 asection *lowest_section; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 8075 asection *lowest_section;
8144 lowest_section = NULL;
8161 if (lowest_section == NULL
8162 || section->lma < lowest_section->lma)
8163 lowest_section = section;
8195 - (lowest_section ? lowest_section->lma : 0));
8073 asection *lowest_section; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 8244 asection *lowest_section;
8313 lowest_section = NULL;
8330 if (lowest_section == NULL
8331 || section->lma < lowest_section->lma)
8332 lowest_section = section;
8364 - (lowest_section ? lowest_section->lma : 0));
8242 asection *lowest_section; local

Completed in 57 milliseconds