Searched refs:SHF_INFO_LINK (Results 1 - 16 of 16) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 57 - section with the SHF_INFO_LINK flag set to signal that `sh_info' 62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
|
H A D | elf.h | 475 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ macro
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 496 #define SHF_INFO_LINK 0x40 macro
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 965 /* 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 D | elflint.c | 3658 { ".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 D | readelf.c | 1309 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 D | ELF.h | 731 SHF_INFO_LINK = 0x40U,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 903 SHF_INFO_LINK = 0x40U,
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 1312 if ( flags & SHF_INFO_LINK ) { in section_flags()
|
H A D | elf_types.hpp | 545 constexpr Elf_Xword SHF_INFO_LINK = 0x40; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 415 #define SHF_INFO_LINK (1 << 6) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 413 #define SHF_INFO_LINK (1 << 6) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 413 #define SHF_INFO_LINK (1 << 6) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 413 #define SHF_INFO_LINK (1 << 6) macro
|
/third_party/musl/include/ |
H A D | elf.h | 420 #define SHF_INFO_LINK (1 << 6) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 524 BCase(SHF_INFO_LINK); in bitset()
|
Completed in 103 milliseconds