Searched refs:section_flags (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/binutils/gold/testsuite/
H A Dobject_unittest.cc58 CHECK(object->section_flags(0) == 0);
59 CHECK(object->section_flags(1) == elfcpp::SHF_ALLOC);
H A Dbinary_unittest.cc103 CHECK(object->section_flags(1) == (elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE));
/haiku-buildtools/legacy/binutils/bfd/
H A Dvms-gsd.c146 struct sec_flags_struct *section_flags,
152 while (section_flags[i].name != NULL)
155 strcasecmp (name, section_flags[i].name):
156 strcmp (name, section_flags[i].name)) == 0)
159 return section_flags[i].flags_hassize;
161 return section_flags[i].flags_always;
166 return section_flags[i].flags_hassize;
167 return section_flags[i].flags_always;
173 vms_esecflag_by_name (struct sec_flags_struct *section_flags, argument
179 while (section_flags[
145 vms_secflag_by_name(bfd *abfd, struct sec_flags_struct *section_flags, char *name, int hassize) argument
[all...]
H A Dbfd-in.h518 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Decoff.c153 section_flags [] =
173 for (i = 0; i < ARRAY_SIZE (section_flags); i++)
174 if (streq (section->name, section_flags[i].name))
176 section->flags |= section_flags[i].flags;
152 section_flags [] = local
H A Dbfd-in2.h525 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4792 flagword section_flags;
4785 flagword section_flags; member in struct:bfd_target
/haiku-buildtools/binutils/gold/
H A Dcopy-relocs.cc79 // section_flags here can be slow, as the information is not cached;
81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0)
156 if ((obj->section_flags(shndx) & elfcpp::SHF_WRITE) == 0)
H A Ddynobj.h238 { return this->elf_file_.section_flags(shndx); }
H A Dicf.cc430 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second);
H A Dobject.h590 section_flags(unsigned int shndx) function in class:gold::Object
H A Dobject.cc2585 return this->elf_file_.section_flags(shndx);
H A Dmips.cc149 elfcpp::Elf_Xword section_flags = output_section->flags(); local
155 if (section_flags & elfcpp::SHF_WRITE)
H A Dpowerpc.cc6464 && (ppc_object->section_flags(data_shndx)
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp_file.h216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) function in class:elfcpp::Elf_file
599 file->error(_("section_flags: bad shndx %u >= %u"),
618 file->error(_("section_flags: bad shndx %u >= %u"),
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c1023 vms_secflag_by_name (const struct sec_flags_struct *section_flags,
1029 while (section_flags[i].name != NULL)
1031 if (strcmp (name, section_flags[i].name) == 0)
1034 return section_flags[i].flags_hassize;
1036 return section_flags[i].flags_always;
1041 return section_flags[i].flags_hassize;
1042 return section_flags[i].flags_always;
1048 vms_esecflag_by_name (const struct sec_flags_struct *section_flags,
1054 while (section_flags[i].name != NULL)
1056 if (strcmp (name, section_flags[
1020 vms_secflag_by_name(const struct sec_flags_struct *section_flags, const char *name, int hassize) argument
1045 vms_esecflag_by_name(const struct sec_flags_struct *section_flags, const char *name, int hassize) argument
[all...]
H A Dbfd-in.h527 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Decoff.c151 section_flags [] =
171 for (i = 0; i < ARRAY_SIZE (section_flags); i++)
172 if (streq (section->name, section_flags[i].name))
174 section->flags |= section_flags[i].flags;
150 section_flags [] = local
H A Dbfd-in2.h534 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
7270 flagword section_flags;
7264 flagword section_flags; member in struct:bfd_target

Completed in 503 milliseconds