Home
last modified time | relevance | path

Searched refs:section_flags (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dcopy-relocs.cc81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in need_copy_reloc()
156 if ((obj->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in make_copy_reloc()
H A Ddynobj.h238 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
H A Dicf.cc470 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dcopy-relocs.cc81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in need_copy_reloc()
156 if ((obj->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in make_copy_reloc()
H A Ddynobj.h238 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
H A Dicf.cc470 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) in section_flags() function
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_file.h216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) in section_flags() function
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c1068 vms_secflag_by_name (const struct sec_flags_struct *section_flags, in vms_secflag_by_name() argument
1074 while (section_flags[i].name != NULL) in vms_secflag_by_name()
1076 if (strcmp (name, section_flags[i].name) == 0) in vms_secflag_by_name()
1079 return section_flags[i].flags_hassize; in vms_secflag_by_name()
1081 return section_flags[i].flags_always; in vms_secflag_by_name()
1086 return section_flags[i].flags_hassize; in vms_secflag_by_name()
1087 return section_flags[i].flags_always; in vms_secflag_by_name()
1093 vms_esecflag_by_name (const struct sec_flags_struct *section_flags, in vms_esecflag_by_name() argument
1099 while (section_flags[i].name != NULL) in vms_esecflag_by_name()
1101 if (strcmp (name, section_flags[i].name) == 0) in vms_esecflag_by_name()
[all …]
H A Decoff.c143 section_flags [] = in _bfd_ecoff_new_section_hook() local
163 for (i = 0; i < ARRAY_SIZE (section_flags); i++) in _bfd_ecoff_new_section_hook()
164 if (streq (section->name, section_flags[i].name)) in _bfd_ecoff_new_section_hook()
166 section->flags |= section_flags[i].flags; in _bfd_ecoff_new_section_hook()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c1067 vms_secflag_by_name (const struct sec_flags_struct *section_flags, in vms_secflag_by_name() argument
1073 while (section_flags[i].name != NULL) in vms_secflag_by_name()
1075 if (strcmp (name, section_flags[i].name) == 0) in vms_secflag_by_name()
1078 return section_flags[i].flags_hassize; in vms_secflag_by_name()
1080 return section_flags[i].flags_always; in vms_secflag_by_name()
1085 return section_flags[i].flags_hassize; in vms_secflag_by_name()
1086 return section_flags[i].flags_always; in vms_secflag_by_name()
1092 vms_esecflag_by_name (const struct sec_flags_struct *section_flags, in vms_esecflag_by_name() argument
1098 while (section_flags[i].name != NULL) in vms_esecflag_by_name()
1100 if (strcmp (name, section_flags[i].name) == 0) in vms_esecflag_by_name()
[all …]
H A Decoff.c123 section_flags [] = in _bfd_ecoff_new_section_hook() local
143 for (i = 0; i < ARRAY_SIZE (section_flags); i++) in _bfd_ecoff_new_section_hook()
144 if (streq (section->name, section_flags[i].name)) in _bfd_ecoff_new_section_hook()
146 section->flags |= section_flags[i].flags; in _bfd_ecoff_new_section_hook()
H A Dbfd-in2.h7356 flagword section_flags; member
7785 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dtargets.texi141 flagword section_flags;
586 return abfd->xvec->section_flags;
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dtargets.texi177 flagword section_flags;
617 return abfd->xvec->section_flags;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1741 uint32_t section_flags; in DumpSectionContents() local
1744 section_flags = Sec.flags; in DumpSectionContents()
1748 section_flags = Sec.flags; in DumpSectionContents()
1750 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1763 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1764 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/
H A Dbfd.h7360 flagword section_flags; member
7789 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h7294 flagword section_flags; member
7722 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/x86_64/
H A Dbfd.h7598 flagword section_flags; member
8032 return abfd->xvec->section_flags; in bfd_applicable_section_flags()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/armeb/
H A Dbfd.h7294 flagword section_flags; member
7722 return abfd->xvec->section_flags; in bfd_applicable_section_flags()

12345