Searched refs:section_flags (Results 1 – 20 of 20) sorted by relevance
149 struct sec_flags_struct *section_flags;155 while (section_flags[i].name != NULL)162 return section_flags[i].flags_hassize;164 return section_flags[i].flags_always;169 return section_flags[i].flags_hassize;170 return section_flags[i].flags_always;177 struct sec_flags_struct *section_flags; in vms_esecflag_by_name()183 while (section_flags[i].name != NULL)190 return section_flags[i].vflags_always;195 return section_flags[i].vflags_hassize;[all …]
488 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
495 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)4087 flagword section_flags; member
1134 (i386coff_vec): Add SEC_CODE and SEC_DATA to section_flags.4965 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.5311 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
1625 SEC_DEBUGGING to section_flags.1627 SEC_DEBUGGING and SEC_CODE to section_flags.1715 section_flags.
1836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
5167 to section_flags.
152 while (section_flags[i].name != NULL) in vms_secflag_by_name()155 strcasecmp (name, section_flags[i].name): in vms_secflag_by_name()159 return section_flags[i].flags_hassize; in vms_secflag_by_name()161 return section_flags[i].flags_always; in vms_secflag_by_name()166 return section_flags[i].flags_hassize; in vms_secflag_by_name()167 return section_flags[i].flags_always; in vms_secflag_by_name()179 while (section_flags[i].name != NULL) in vms_esecflag_by_name()184 return section_flags[i].vflags_hassize; in vms_esecflag_by_name()186 return section_flags[i].vflags_always; in vms_esecflag_by_name()191 return section_flags[i].vflags_hassize; in vms_esecflag_by_name()[all …]
519 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
152 section_flags [] = in _bfd_ecoff_new_section_hook() local172 for (i = 0; i < ARRAY_SIZE (section_flags); i++) in _bfd_ecoff_new_section_hook()173 if (streq (section->name, section_flags[i].name)) in _bfd_ecoff_new_section_hook()175 section->flags |= section_flags[i].flags; in _bfd_ecoff_new_section_hook()
526 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)4808 flagword section_flags; member
168 flagword section_flags;
357 @item section_flags
1992 uint32_t section_flags; in DumpSectionContents() local1995 section_flags = Sec.flags; in DumpSectionContents()1999 section_flags = Sec.flags; in DumpSectionContents()2001 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()2014 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()2015 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()