Searched refs:section_flags (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | bfd-in.h | 548 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
|
| H A D | ecoff.c | 151 section_flags [] = in _bfd_ecoff_new_section_hook() local 171 for (i = 0; i < ARRAY_SIZE (section_flags); i++) in _bfd_ecoff_new_section_hook() 172 if (streq (section->name, section_flags[i].name)) in _bfd_ecoff_new_section_hook() 174 section->flags |= section_flags[i].flags; in _bfd_ecoff_new_section_hook()
|
| H A D | bfd-in2.h | 555 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 5042 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.
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 561 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) 5049 flagword section_flags; member
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 2506 section_flags(struct readelf *re, struct section *s) in section_flags() function 2552 (uintmax_t)s->entsize, section_flags(re, s), \ in dump_shdr() 2557 (uintmax_t)s->align, section_flags(re, s) in dump_shdr() 2561 (uintmax_t)s->align, section_flags(re, s) in dump_shdr()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1430 uint32_t section_flags; in DumpSectionContents() local 1433 section_flags = Sec.flags; in DumpSectionContents() 1437 section_flags = Sec.flags; in DumpSectionContents() 1439 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() 1451 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents() 1452 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()
|
| /freebsd-12.1/contrib/binutils/bfd/doc/ |
| H A D | bfdint.texi | 384 @item section_flags
|