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

  /src/external/gpl3/binutils/dist/binutils/
srconv.c 1666 struct coff_section *common_section; local
1672 common_section = otree->sections + 3;
1682 common_section->size = align (common_section->size);
1683 w->offset = common_section->size + common_section->address;
1684 w->section = common_section;
1685 common_section->size += s->type->size;
1686 common_section->size = align (common_section->size)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
srconv.c 1666 struct coff_section *common_section; local
1672 common_section = otree->sections + 3;
1682 common_section->size = align (common_section->size);
1683 w->offset = common_section->size + common_section->address;
1684 w->section = common_section;
1685 common_section->size += s->type->size;
1686 common_section->size = align (common_section->size)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 1583 asection *(*common_section) (asection *);
1581 asection *(*common_section) (asection *); member in struct:elf_backend_data
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 1571 asection *(*common_section) (asection *);
1569 asection *(*common_section) (asection *); member in struct:elf_backend_data
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 1559 asection *(*common_section) (asection *);
1557 asection *(*common_section) (asection *); member in struct:elf_backend_data
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 1570 asection *(*common_section) (asection *);
1568 asection *(*common_section) (asection *); member in struct:elf_backend_data

Completed in 21 milliseconds