Home
last modified time | relevance | path

Searched refs:SHF_INFO_LINK (Results 1 - 16 of 16) sorted by relevance

/third_party/elfutils/libelf/
H A Delf-knowledge.h57 - section with the SHF_INFO_LINK flag set to signal that `sh_info'
62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
H A Delf.h475 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp496 #define SHF_INFO_LINK 0x40 macro
/third_party/elfutils/src/
H A Dunstrip.c965 /* Return true if the flags of the sections match, ignoring the SHF_INFO_LINK
973 sh_flags1 &= ~SHF_INFO_LINK; in sections_flags_match()
974 sh_flags2 &= ~SHF_INFO_LINK; in sections_flags_match()
1681 /* Buggy binutils objdump might have stripped the SHF_INFO_LINK in copy_elided_sections()
1685 && (sec->shdr.sh_flags & SHF_INFO_LINK) != 0) in copy_elided_sections()
1686 shdr_mem.sh_flags |= SHF_INFO_LINK; in copy_elided_sections()
H A Delflint.c3658 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests
3659 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC | SHF_INFO_LINK }, // XXX more tests
3930 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
H A Dreadelf.c1309 if (shdr->sh_flags & SHF_INFO_LINK) in print_shdr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h731 SHF_INFO_LINK = 0x40U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h903 SHF_INFO_LINK = 0x40U,
/third_party/elfio/elfio/
H A Delfio_dump.hpp1312 if ( flags & SHF_INFO_LINK ) { in section_flags()
H A Delf_types.hpp545 constexpr Elf_Xword SHF_INFO_LINK = 0x40; member
/third_party/musl/porting/linux/user/include/
H A Delf.h415 #define SHF_INFO_LINK (1 << 6) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h413 #define SHF_INFO_LINK (1 << 6) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h413 #define SHF_INFO_LINK (1 << 6) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h413 #define SHF_INFO_LINK (1 << 6) macro
/third_party/musl/include/
H A Delf.h420 #define SHF_INFO_LINK (1 << 6) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp524 BCase(SHF_INFO_LINK); in bitset()

Completed in 104 milliseconds