Searched refs:SEC_MERGE (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-target.h754 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
850 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
H A Dmerge.c0 /* SEC_MERGE support.
63 /* First entity in the SEC_MERGE sections of this type. */
65 /* Last entity in the SEC_MERGE sections of this type. */
342 /* Register a SEC_MERGE section as a candidate for merging.
343 This function is called for all non-dynamic SEC_MERGE input sections. */
355 || (sec->flags & SEC_MERGE) == 0)
387 && ! ((secinfo->sec->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS))
697 /* This function is called once after all SEC_MERGE sections are registered
798 /* Adjust an address in the SEC_MERGE section. Given OFFSET within
799 *PSEC, this returns the new offset in the adjusted SEC_MERGE
[all...]
H A Delf.c834 flags |= SEC_MERGE;
1073 if ((sec->flags & SEC_MERGE) != 0
2900 if ((asect->flags & SEC_MERGE) != 0)
8701 if ((sec->flags & SEC_MERGE)
8713 SEC_MERGE section has been completely subsumed in some
8714 other SEC_MERGE section. In this case, we need to leave
H A Delflink.c2682 /* Adjust all external symbols pointing into SEC_MERGE sections
2695 && ((sec = h->root.u.def.section)->flags & SEC_MERGE)
4724 && (stab->flags & SEC_MERGE) == 0
8368 SEC_MERGE sections. Write out those local symbols we know are
8463 && (isec->flags & SEC_MERGE) && ! finfo->info->relocatable)
8819 case of discarded SEC_MERGE sections, use
9450 if (sec->flags & SEC_MERGE)
H A Dlinker.c2350 || ! (sym->section->flags & SEC_MERGE))
H A Dbfd-in2.h1313 #define SEC_MERGE 0x1000000
1315 /* If given with SEC_MERGE, entities to merge are zero terminated
1423 SEC_MERGE, some coff relaxing targets), and thus the original size
5320 /* Attempt to merge SEC_MERGE sections. */
1306 #define SEC_MERGE macro
H A Delf32-i386.c2275 && ((sec->flags & SEC_MERGE) != 0
H A Delf32-score.c2268 && (sec->flags & SEC_MERGE) != 0
H A Delf64-alpha.c156 /* Have we adjusted this entry for SEC_MERGE? */
4154 /* Need to adjust local GOT entries' addends for SEC_MERGE
4156 if ((sec->flags & SEC_MERGE)
H A Delfxx-mips.c3970 || (sec->flags & SEC_MERGE))
3972 if ((sec->flags & SEC_MERGE)
H A Delfxx-ia64.c1090 /* At this stage in linking, no SEC_MERGE symbol has been
1093 relocate_section, all SEC_MERGE symbols *except* for
1096 gas may reduce relocations against symbols in SEC_MERGE
4703 && (sym_sec->flags & SEC_MERGE) != 0
H A Delf32-arm.c6428 && (sec->flags & SEC_MERGE)
6437 (_("%B(%A+0x%lx): %s relocation against SEC_MERGE section"),
H A Delf64-ppc.c5029 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c663 | ((attr & SHF_MERGE) ? SEC_MERGE : 0)
685 if (flags & SEC_MERGE)
709 | SEC_EXCLUDE | SEC_SORT_ENTRIES | SEC_MERGE | SEC_STRINGS
713 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
H A Dtc-s390.c1893 if ((S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0)
H A Dtc-alpha.c5664 || (S_GET_SEGMENT (fixp->fx_addsy)->flags & SEC_MERGE)
H A Dtc-i386.c1602 && (S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0
H A Dtc-mips.c14014 && (S_GET_SEGMENT (fixp->fx_addsy)->flags & SEC_MERGE) != 0)
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlang.c2097 /* Keep SEC_MERGE and SEC_STRINGS only if they are the same. */
2099 && ((output->bfd_section->flags & (SEC_MERGE | SEC_STRINGS))
2100 != (flags & (SEC_MERGE | SEC_STRINGS))
2101 || ((flags & SEC_MERGE)
2104 output->bfd_section->flags &= ~ (SEC_MERGE | SEC_STRINGS);
2105 flags &= ~ (SEC_MERGE | SEC_STRINGS);
2110 if (flags & SEC_MERGE)
5767 /* Merge SEC_MERGE sections. This has to be done after GC of
/freebsd-10.0-release/contrib/binutils/gas/
H A Dwrite.c818 if ((symsec->flags & SEC_MERGE) != 0
1434 if ((bfd_get_section_flags (now_seg->owner, now_seg) & SEC_MERGE)
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1319 #define SEC_MERGE 0x1000000
1321 /* If given with SEC_MERGE, entities to merge are zero terminated
1429 SEC_MERGE, some coff relaxing targets), and thus the original size
5327 /* Attempt to merge SEC_MERGE sections. */
1312 #define SEC_MERGE macro

Completed in 676 milliseconds