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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c1696 struct coff_section *common_section; local
1699 common_section = tree->sections + 3;
1709 common_section->size = align (common_section->size);
1710 w->offset = common_section->size + common_section->address;
1711 w->section = common_section;
1712 common_section->size += s->type->size;
1713 common_section->size = align (common_section
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1042 asection *(*common_section) (asection *);
1040 asection *(*common_section) (asection *); member in struct:elf_backend_data
H A Delflink.c1334 *psec = sec = bed->common_section (oldsec);

Completed in 202 milliseconds