Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dbfd-in.h548 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
Decoff.c151 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()
Dbfd-in2.h555 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
5042 flagword section_flags; member
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.
DChangeLog-91931625 SEC_DEBUGGING to section_flags.
1627 SEC_DEBUGGING and SEC_CODE to section_flags.
1715 section_flags.
DChangeLog-00011836 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
DChangeLog-94955167 to section_flags.
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h561 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
5049 flagword section_flags; member
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c2549 section_flags(struct readelf *re, struct section *s) in section_flags() function
2595 (uintmax_t)s->entsize, section_flags(re, s), \ in dump_shdr()
2600 (uintmax_t)s->align, section_flags(re, s) in dump_shdr()
2604 (uintmax_t)s->align, section_flags(re, s) in dump_shdr()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1741 uint32_t section_flags; in DumpSectionContents() local
1744 section_flags = Sec.flags; in DumpSectionContents()
1748 section_flags = Sec.flags; in DumpSectionContents()
1750 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1763 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1764 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()
/freebsd-12-stable/contrib/binutils/bfd/doc/
Dbfdint.texi384 @item section_flags