Home
last modified time | relevance | path

Searched refs:common_section (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dsrconv.c1694 struct coff_section *common_section; in prescan() local
1697 common_section = tree->sections + 3; in prescan()
1707 common_section->size = align (common_section->size); in prescan()
1708 w->offset = common_section->size + common_section->address; in prescan()
1709 w->section = common_section; in prescan()
1710 common_section->size += s->type->size; in prescan()
1711 common_section->size = align (common_section->size); in prescan()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Daof.h82 common_section () \
206 (common_section (), \
Darm-protos.h160 extern void common_section PARAMS ((void));
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dsrconv.c1829 struct coff_section *common_section; in prescan() local
1832 common_section = tree->sections + 3; in prescan()
1842 common_section->size = align (common_section->size); in prescan()
1843 w->offset = common_section->size + common_section->address; in prescan()
1844 w->section = common_section; in prescan()
1845 common_section->size += s->type->size; in prescan()
1846 common_section->size = align (common_section->size); in prescan()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dunicosmk.h322 extern void common_section PARAMS ((void));
325 common_section () \
Dalpha.c9580 common_section ();
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf-bfd.h983 asection *(*common_section) (asection *); member
DChangeLog-20051323 common_section_index, common_section, and merge_symbol.
1346 common_section, and merge_symbol.
Delflink.c1234 *psec = sec = bed->common_section (oldsec); in _bfd_elf_merge_symbol()
/openbsd/src/gnu/usr.bin/binutils/ld/
DChangeLog-91971549 rather than by common_section field. Don't warn about absence of
1553 common_section, common_output_section, and complained, as well as
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
DChangeLog-91971549 rather than by common_section field. Don't warn about absence of
1553 common_section, common_output_section, and complained, as well as
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.65542 * alpha/unicosmk.h (common_section, ssib_section): Prototype.
6543 (common_section): Delete unused variable.
8167 * arm-protos.h (rdata_section, zero_init_section, common_section):
DFSFChangeLog.113615 * arm/aof.h (COMMON_SECTION): New macro, define common_section.
3618 (ASM_OUTPUT_COMMON): Call common_section() to indicate we've