Searched refs:pltflags (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-ifunc.c | 36 flagword flags, pltflags; in _bfd_elf_create_ifunc_sections() local 45 pltflags = flags; in _bfd_elf_create_ifunc_sections() 50 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_elf_create_ifunc_sections() 52 pltflags |= SEC_ALLOC | SEC_CODE | SEC_LOAD; in _bfd_elf_create_ifunc_sections() 54 pltflags |= SEC_READONLY; in _bfd_elf_create_ifunc_sections() 74 s = bfd_make_section_with_flags (abfd, ".iplt", pltflags); in _bfd_elf_create_ifunc_sections()
|
D | elf32-lm32.c | 2453 flagword flags, pltflags; in lm32_elf_create_dynamic_sections() local 2477 pltflags = flags; in lm32_elf_create_dynamic_sections() 2478 pltflags |= SEC_CODE; in lm32_elf_create_dynamic_sections() 2480 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS); in lm32_elf_create_dynamic_sections() 2482 pltflags |= SEC_READONLY; in lm32_elf_create_dynamic_sections() 2484 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in lm32_elf_create_dynamic_sections()
|
D | elf64-sh64.c | 3130 flagword flags, pltflags; in sh64_elf64_create_dynamic_sections() local 3156 pltflags = flags; in sh64_elf64_create_dynamic_sections() 3157 pltflags |= SEC_CODE; in sh64_elf64_create_dynamic_sections() 3159 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS); in sh64_elf64_create_dynamic_sections() 3161 pltflags |= SEC_READONLY; in sh64_elf64_create_dynamic_sections() 3163 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in sh64_elf64_create_dynamic_sections()
|
D | elf32-m32r.c | 1634 flagword flags, pltflags; in m32r_elf_create_dynamic_sections() local 1648 pltflags = flags; in m32r_elf_create_dynamic_sections() 1649 pltflags |= SEC_CODE; in m32r_elf_create_dynamic_sections() 1651 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS); in m32r_elf_create_dynamic_sections() 1653 pltflags |= SEC_READONLY; in m32r_elf_create_dynamic_sections() 1655 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in m32r_elf_create_dynamic_sections()
|
D | elf32-frv.c | 4160 flagword flags, pltflags; in _frv_create_got_section() local 4181 pltflags = flags; in _frv_create_got_section() 4279 flags = pltflags; in _frv_create_got_section() 4280 pltflags |= SEC_CODE; in _frv_create_got_section() 4282 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _frv_create_got_section() 4284 pltflags |= SEC_READONLY; in _frv_create_got_section() 4286 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in _frv_create_got_section()
|
D | elf-m10300.c | 688 flagword pltflags; in _bfd_mn10300_elf_create_got_section() local 718 pltflags = flags; in _bfd_mn10300_elf_create_got_section() 719 pltflags |= SEC_CODE; in _bfd_mn10300_elf_create_got_section() 721 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_mn10300_elf_create_got_section() 723 pltflags |= SEC_READONLY; in _bfd_mn10300_elf_create_got_section() 725 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in _bfd_mn10300_elf_create_got_section()
|
D | elf32-bfin.c | 3389 flagword flags, pltflags; in _bfin_create_got_section() local 3408 pltflags = flags; in _bfin_create_got_section() 3473 pltflags |= SEC_CODE; in _bfin_create_got_section() 3475 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfin_create_got_section() 3477 pltflags |= SEC_READONLY; in _bfin_create_got_section() 3479 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in _bfin_create_got_section()
|
D | elf32-sh.c | 2661 flagword flags, pltflags; in sh_elf_create_dynamic_sections() local 2694 pltflags = flags; in sh_elf_create_dynamic_sections() 2695 pltflags |= SEC_CODE; in sh_elf_create_dynamic_sections() 2697 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS); in sh_elf_create_dynamic_sections() 2699 pltflags |= SEC_READONLY; in sh_elf_create_dynamic_sections() 2701 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in sh_elf_create_dynamic_sections()
|
D | elfxx-sparc.c | 1246 flagword flags, pltflags; in create_ifunc_sections() local 1253 pltflags = flags | SEC_ALLOC | SEC_CODE | SEC_LOAD; in create_ifunc_sections() 1255 s = bfd_make_section_with_flags (abfd, ".iplt", pltflags); in create_ifunc_sections()
|
D | elf32-nds32.c | 3424 flagword flags, pltflags; in nds32_elf_create_dynamic_sections() local 3439 pltflags = flags; in nds32_elf_create_dynamic_sections() 3440 pltflags |= SEC_CODE; in nds32_elf_create_dynamic_sections() 3442 pltflags &= ~(SEC_LOAD | SEC_HAS_CONTENTS); in nds32_elf_create_dynamic_sections() 3444 pltflags |= SEC_READONLY; in nds32_elf_create_dynamic_sections() 3449 || !bfd_set_section_flags (abfd, s, pltflags) in nds32_elf_create_dynamic_sections()
|
D | elflink.c | 305 flagword flags, pltflags; in _bfd_elf_create_dynamic_sections() local 315 pltflags = flags; in _bfd_elf_create_dynamic_sections() 320 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_elf_create_dynamic_sections() 322 pltflags |= SEC_ALLOC | SEC_CODE | SEC_LOAD; in _bfd_elf_create_dynamic_sections() 324 pltflags |= SEC_READONLY; in _bfd_elf_create_dynamic_sections() 326 s = bfd_make_section_anyway_with_flags (abfd, ".plt", pltflags); in _bfd_elf_create_dynamic_sections()
|