Searched refs:section_flags (Results 1 – 20 of 20) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | vms-gsd.c | 147 vms_secflag_by_name (abfd, section_flags, name, hassize) in vms_secflag_by_name() argument 149 struct sec_flags_struct *section_flags; 155 while (section_flags[i].name != NULL) 158 strcasecmp (name, section_flags[i].name): 159 strcmp (name, section_flags[i].name)) == 0) 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; 176 vms_esecflag_by_name (section_flags, name, hassize) in vms_esecflag_by_name() argument [all …]
|
| H A D | bfd-in.h | 488 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
|
| H A D | bfd-in2.h | 495 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 4087 flagword section_flags; member
|
| H A D | ChangeLog-9697 | 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.
|
| H A D | ChangeLog-9193 | 1625 SEC_DEBUGGING to section_flags. 1627 SEC_DEBUGGING and SEC_CODE to section_flags. 1715 section_flags.
|
| H A D | ChangeLog-0001 | 1836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
|
| H A D | ChangeLog-9495 | 5167 to section_flags.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | vms-gsd.c | 146 struct sec_flags_struct *section_flags, in vms_secflag_by_name() argument 152 while (section_flags[i].name != NULL) in vms_secflag_by_name() 155 strcasecmp (name, section_flags[i].name): in vms_secflag_by_name() 156 strcmp (name, section_flags[i].name)) == 0) 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() 173 vms_esecflag_by_name (struct sec_flags_struct *section_flags, in vms_esecflag_by_name() argument 179 while (section_flags[i].name != NULL) in vms_esecflag_by_name() [all …]
|
| H A D | bfd-in.h | 519 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
|
| H A D | ecoff.c | 152 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 D | bfd-in2.h | 526 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 4808 flagword section_flags; member
|
| H A D | ChangeLog-9697 | 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.
|
| H A D | ChangeLog-9193 | 1625 SEC_DEBUGGING to section_flags. 1627 SEC_DEBUGGING and SEC_CODE to section_flags. 1715 section_flags.
|
| H A D | ChangeLog-0001 | 1836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
|
| H A D | ChangeLog-9495 | 5167 to section_flags.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | targets.texi | 168 flagword section_flags;
|
| H A D | bfdint.texi | 357 @item section_flags
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | targets.texi | 168 flagword section_flags;
|
| H A D | bfdint.texi | 357 @item section_flags
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1992 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()
|