Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2572 section_flags(struct readelf *re, struct section *s) in section_flags() function
2618 (uintmax_t)s->entsize, section_flags(re, s), \ in dump_shdr()
2623 (uintmax_t)s->align, section_flags(re, s) in dump_shdr()
2627 (uintmax_t)s->align, section_flags(re, s) in dump_shdr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1959 uint32_t section_flags; in DumpSectionContents() local
1962 section_flags = Sec.flags; in DumpSectionContents()
1966 section_flags = Sec.flags; in DumpSectionContents()
1968 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1981 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1982 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()