Searched refs:SEC_SMALL_DATA (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delfxx-target.h797 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
893 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
H A Dsyms.c629 else if (section->flags & SEC_SMALL_DATA)
636 if (section->flags & SEC_SMALL_DATA)
H A Delfxx-ia64.c782 || (sec->flags & SEC_SMALL_DATA) != 0)
1452 *flags |= SEC_SMALL_DATA;
1498 if (sec->flags & SEC_SMALL_DATA)
2079 SEC_SMALL_DATA | flags);
2496 bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags);
2581 | SEC_SMALL_DATA
4337 if (os->flags & SEC_SMALL_DATA)
H A Delf64-alpha.c1175 *flags |= SEC_SMALL_DATA;
1200 else if ((sec->flags & SEC_SMALL_DATA)
H A Delf64-ppc.c11294 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
11296 == (SEC_ALLOC | SEC_SMALL_DATA))
11300 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
11301 == (SEC_ALLOC | SEC_SMALL_DATA))
H A Dbfd-in2.h1305 #define SEC_SMALL_DATA 0x400000
1298 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delfxx-target.h797 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
893 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
H A Dsyms.c629 else if (section->flags & SEC_SMALL_DATA)
636 if (section->flags & SEC_SMALL_DATA)
H A Delfxx-ia64.c783 || (sec->flags & SEC_SMALL_DATA) != 0)
1453 *flags |= SEC_SMALL_DATA;
1499 if (sec->flags & SEC_SMALL_DATA)
2080 SEC_SMALL_DATA | flags);
2497 bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags);
2582 | SEC_SMALL_DATA
4338 if (os->flags & SEC_SMALL_DATA)
H A Delf64-alpha.c1170 *flags |= SEC_SMALL_DATA;
1195 else if ((sec->flags & SEC_SMALL_DATA)
H A Delf64-ppc.c11281 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
11283 == (SEC_ALLOC | SEC_SMALL_DATA))
11287 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
11288 == (SEC_ALLOC | SEC_SMALL_DATA))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-v850.c163 | SEC_SMALL_DATA },
169 SEC_ALLOC | SEC_SMALL_DATA },
176 | SEC_HAS_CONTENTS | SEC_SMALL_DATA },
182 | SEC_SMALL_DATA | SEC_IS_COMMON },
H A Dtc-alpha.c5383 /* Map SHF_ALPHA_GPREL to SEC_SMALL_DATA. */
5389 flags |= SEC_SMALL_DATA;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldlang.c1481 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1508 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1529 | SEC_READONLY | SEC_SMALL_DATA))
1532 && !(look->flags & SEC_SMALL_DATA))
1540 else if ((sec->flags & SEC_SMALL_DATA) != 0
1558 || ((look->flags & SEC_SMALL_DATA)
1580 | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c461 PF (SEC_SMALL_DATA, "SMALL_DATA");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/alpha/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/arm/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/hppa/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/i386/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/m68000/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/m68k/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mips64eb/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mips64el/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mipseb/
H A Dbfd.h1309 #define SEC_SMALL_DATA 0x400000
1302 #define SEC_SMALL_DATA macro

Completed in 973 milliseconds

123