Searched refs:SEC_SMALL_DATA (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-target.h | 826 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP), 924 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
|
D | syms.c | 628 else if (section->flags & SEC_SMALL_DATA) in decode_section_type() 635 if (section->flags & SEC_SMALL_DATA) in decode_section_type()
|
D | elfnn-ia64.c | 288 || (sec->flags & SEC_SMALL_DATA) != 0) in elfNN_ia64_update_short_info() 927 *flags |= SEC_SMALL_DATA; in elfNN_ia64_section_flags() 973 if (sec->flags & SEC_SMALL_DATA) in elfNN_ia64_fake_sections() 1547 SEC_SMALL_DATA | flags); in elfNN_ia64_create_dynamic_sections() 1965 if (! bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags)) in get_got() 2052 | SEC_SMALL_DATA in get_pltoff() 3593 if (os->flags & SEC_SMALL_DATA) in elfNN_ia64_choose_gp()
|
D | elf64-ia64-vms.c | 286 || (sec->flags & SEC_SMALL_DATA) != 0) in elf64_ia64_update_short_info() 816 *flags |= SEC_SMALL_DATA; in elf64_ia64_section_flags() 842 if (sec->flags & SEC_SMALL_DATA) in elf64_ia64_fake_sections() 1726 flags | SEC_SMALL_DATA); in get_got() 1814 | SEC_SMALL_DATA in get_pltoff() 3187 if (os->flags & SEC_SMALL_DATA) in elf64_ia64_choose_gp()
|
D | elf32-nios2.c | 3565 *flags |= SEC_SMALL_DATA; in nios2_elf32_section_flags() 3579 if ((sec->flags & SEC_SMALL_DATA) in nios2_elf32_fake_sections()
|
D | elf64-alpha.c | 1177 *flags |= SEC_SMALL_DATA; in elf64_alpha_section_flags() 1202 else if ((sec->flags & SEC_SMALL_DATA) in elf64_alpha_fake_sections()
|
D | elf64-ppc.c | 12514 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY in ppc64_elf_set_toc() 12516 == (SEC_ALLOC | SEC_SMALL_DATA)) in ppc64_elf_set_toc() 12520 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE)) in ppc64_elf_set_toc() 12521 == (SEC_ALLOC | SEC_SMALL_DATA)) in ppc64_elf_set_toc()
|
D | bfd-in2.h | 1363 #define SEC_SMALL_DATA 0x400000 macro
|
D | ChangeLog-0001 | 1836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA, 2762 (elf64_alpha_fake_sections): Map SEC_SMALL_DATA to SHF_ALPHA_GPREL.
|
D | ChangeLog-9899 | 960 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.c | 3315 | SEC_HAS_CONTENTS | SEC_SMALL_DATA}, 3317 | SEC_HAS_CONTENTS | SEC_SMALL_DATA}, 3319 | SEC_HAS_CONTENTS | SEC_SMALL_DATA}, 3321 | SEC_HAS_CONTENTS | SEC_SMALL_DATA}, 3323 | SEC_HAS_CONTENTS | SEC_SMALL_DATA}, 3324 {NULL, ".sbss_f", SEC_ALLOC | SEC_SMALL_DATA}, 3325 {NULL, ".sbss_b", SEC_ALLOC | SEC_SMALL_DATA}, 3326 {NULL, ".sbss_h", SEC_ALLOC | SEC_SMALL_DATA}, 3327 {NULL, ".sbss_w", SEC_ALLOC | SEC_SMALL_DATA}, 3328 {NULL, ".sbss_d", SEC_ALLOC | SEC_SMALL_DATA}
|
D | tc-v850.c | 167 | SEC_SMALL_DATA }, 173 SEC_ALLOC | SEC_SMALL_DATA }, 180 | SEC_HAS_CONTENTS | SEC_SMALL_DATA }, 186 | SEC_SMALL_DATA | SEC_IS_COMMON },
|
D | tc-nios2.c | 2783 flags |= SEC_SMALL_DATA; in nios2_elf_section_flags()
|
D | tc-alpha.c | 5352 flags |= SEC_SMALL_DATA; in alpha_elf_section_flags()
|
D | tc-ia64.c | 884 flags |= SEC_SMALL_DATA; in ia64_elf_section_flags()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 1538 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL))) in lang_output_section_find_by_flags() 1565 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL))) in lang_output_section_find_by_flags() 1586 | SEC_READONLY | SEC_SMALL_DATA)) in lang_output_section_find_by_flags() 1589 && !(look_flags & SEC_SMALL_DATA))) in lang_output_section_find_by_flags() 1626 else if ((sec_flags & SEC_SMALL_DATA) != 0 in lang_output_section_find_by_flags() 1644 || ((look_flags & SEC_SMALL_DATA) in lang_output_section_find_by_flags() 1666 | SEC_SMALL_DATA | SEC_THREAD_LOCAL))) in lang_output_section_find_by_flags()
|
D | ChangeLog-9899 | 367 SEC_SMALL_DATA.
|
D | ChangeLog-0001 | 1951 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 1764 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_SMALL_DATA, 1900 else if ((s->flags & SEC_SMALL_DATA) != 0)
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objdump.c | 488 PF (SEC_SMALL_DATA, "SMALL_DATA"); in dump_section_header()
|
D | ChangeLog-9899 | 327 SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
|