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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-target.h635 | SEC_ARCH_BIT_0 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
731 | SEC_ARCH_BIT_0 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
H A Delf32-d10v.c503 if ((sec->flags & SEC_MERGE)
H A Dmerge.c0 /* SEC_MERGE support.
62 /* First entity in the SEC_MERGE sections of this type. */
64 /* Last entity in the SEC_MERGE sections of this type. */
327 /* Register a SEC_MERGE section as a candidate for merging.
328 This function is called for all non-dynamic SEC_MERGE input sections. */
340 || (sec->flags & SEC_MERGE) == 0)
372 && ! ((secinfo->sec->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS))
676 /* This function is called once after all SEC_MERGE sections are registered
775 /* Adjust an address in the SEC_MERGE section. Given OFFSET within
776 *PSEC, this returns the new offset in the adjusted SEC_MERGE
[all...]
H A Delf.c742 flags |= SEC_MERGE;
961 if ((sec->flags & SEC_MERGE) != 0
2581 if ((asect->flags & SEC_MERGE) != 0)
7715 if ((sec->flags & SEC_MERGE)
7727 SEC_MERGE section has been completely subsumed in some
7728 other SEC_MERGE section. In this case, we need to leave
H A Dbfd-in2.h1236 #define SEC_MERGE 0x20000000
1238 /* If given with SEC_MERGE, entities to merge are zero terminated
1317 SEC_MERGE, some coff relaxing targets), and thus the original size
4571 /* Attempt to merge SEC_MERGE sections. */
1229 #define SEC_MERGE macro
H A Delf32-i386.c2106 if ((sec->flags & SEC_MERGE)
H A Delf64-sh64.c1588 else if ((sec->flags & SEC_MERGE)
1596 (_("%B(%A+0x%lx): %s relocation against SEC_MERGE section"),
H A Delflink.c2409 /* Adjust all external symbols pointing into SEC_MERGE sections
2422 && ((sec = h->root.u.def.section)->flags & SEC_MERGE)
4208 && (stab->flags & SEC_MERGE) == 0
6515 SEC_MERGE sections. Write out those local symbols we know are
6611 && (isec->flags & SEC_MERGE) && ! finfo->info->relocatable)
6962 SEC_MERGE sections, use the kept section. */
7522 if (sec->flags & SEC_MERGE)
H A Dlinker.c2304 || ! (sym->section->flags & SEC_MERGE))
H A Delfxx-mips.c3052 || (sec->flags & SEC_MERGE))
3054 if ((sec->flags & SEC_MERGE)
H A Delf-m10300.c2313 if ((sym_sec->flags & SEC_MERGE)
H A Delf32-arm.h2134 if ((sec->flags & SEC_MERGE)
2143 (_("%B(%A+0x%lx): %s relocation against SEC_MERGE section"),
H A Delfxx-ia64.c912 /* At this stage in linking, no SEC_MERGE symbol has been
915 relocate_section, all SEC_MERGE symbols *except* for
918 gas may reduce relocations against symbols in SEC_MERGE
3933 if ((sym_sec->flags & SEC_MERGE)
H A Delf32-sh.c4789 else if ((sec->flags & SEC_MERGE)
4797 (_("%B(%A+0x%lx): %s relocation against SEC_MERGE section"),
H A Delf64-alpha.c213 /* Have we adjusted this entry for SEC_MERGE? */
4354 /* Need to adjust local GOT entries' addends for SEC_MERGE
4356 if ((sec->flags & SEC_MERGE)
H A Delf64-ppc.c4749 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1236 #define SEC_MERGE 0x20000000
1238 /* If given with SEC_MERGE, entities to merge are zero terminated
1317 SEC_MERGE, some coff relaxing targets), and thus the original size
4571 /* Attempt to merge SEC_MERGE sections. */
1229 #define SEC_MERGE macro
H A Dbfd.h1236 #define SEC_MERGE 0x20000000
1238 /* If given with SEC_MERGE, entities to merge are zero terminated
1317 SEC_MERGE, some coff relaxing targets), and thus the original size
4571 /* Attempt to merge SEC_MERGE sections. */
1229 #define SEC_MERGE macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1234 #define SEC_MERGE 0x20000000
1236 /* If given with SEC_MERGE, entities to merge are zero terminated
1315 SEC_MERGE, some coff relaxing targets), and thus the original size
4569 /* Attempt to merge SEC_MERGE sections. */
1227 #define SEC_MERGE macro
H A Dbfd.h1234 #define SEC_MERGE 0x20000000
1236 /* If given with SEC_MERGE, entities to merge are zero terminated
1315 SEC_MERGE, some coff relaxing targets), and thus the original size
4569 /* Attempt to merge SEC_MERGE sections. */
1227 #define SEC_MERGE macro

Completed in 593 milliseconds