Searched refs:common_section (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Daof.h127 common_section () \
295 (common_section (), \
/haiku-buildtools/legacy/binutils/binutils/
H A Dsrconv.c1694 struct coff_section *common_section; local
1697 common_section = tree->sections + 3;
1707 common_section->size = align (common_section->size);
1708 w->offset = common_section->size + common_section->address;
1709 w->section = common_section;
1710 common_section->size += s->type->size;
1711 common_section->size = align (common_section
[all...]
/haiku-buildtools/binutils/binutils/
H A Dsrconv.c1668 struct coff_section *common_section; local
1674 common_section = otree->sections + 3;
1684 common_section->size = align (common_section->size);
1685 w->offset = common_section->size + common_section->address;
1686 w->section = common_section;
1687 common_section->size += s->type->size;
1688 common_section->size = align (common_section
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1005 asection *(*common_section) (asection *);
1003 asection *(*common_section) (asection *); member in struct:elf_backend_data
H A Delflink.c1218 *psec = sec = bed->common_section (oldsec);
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1307 asection *(*common_section) (asection *);
1305 asection *(*common_section) (asection *); member in struct:elf_backend_data
H A Delflink.c1587 *psec = sec = bed->common_section (oldsec);

Completed in 235 milliseconds