Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd-in.h548 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A 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()
H A Dbfd-in2.h555 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
5042 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.
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h561 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
5049 flagword section_flags; member
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c2506 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 DMachODump.cpp1430 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 Dbfdint.texi384 @item section_flags