Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dvms-gsd.c149 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 …]
H A Dbfd-in.h488 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Dbfd-in2.h495 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4087 flagword section_flags; member
H A DChangeLog-96971134 (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.
H A DChangeLog-91931625 SEC_DEBUGGING to section_flags.
1627 SEC_DEBUGGING and SEC_CODE to section_flags.
1715 section_flags.
H A DChangeLog-00011836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
H A DChangeLog-94955167 to section_flags.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-gsd.c152 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 …]
H A Dbfd-in.h519 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Decoff.c152 section_flags [] = in _bfd_ecoff_new_section_hook() local
172 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()
H A Dbfd-in2.h526 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4808 flagword section_flags; member
H A DChangeLog-96971134 (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.
H A DChangeLog-91931625 SEC_DEBUGGING to section_flags.
1627 SEC_DEBUGGING and SEC_CODE to section_flags.
1715 section_flags.
H A DChangeLog-00011836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
H A DChangeLog-94955167 to section_flags.
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dtargets.texi168 flagword section_flags;
H A Dbfdint.texi357 @item section_flags
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dtargets.texi168 flagword section_flags;
H A Dbfdint.texi357 @item section_flags
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1992 uint32_t section_flags; in DumpSectionContents() local
1995 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()