HomeSort by relevance Sort by last modified time
    Searched refs:SHF_INFO_LINK (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libelf/
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)
elf.h 475 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /bionic/libc/include/
elf.h 485 #define SHF_INFO_LINK 0x40
  /external/u-boot/include/
elf.h 339 #define SHF_INFO_LINK 0x40 /* sh_info contains SHT index */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 256 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 256 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */
    [all...]
  /external/elfutils/src/
unstrip.c 949 /* Return true if the flags of the sections match, ignoring the SHF_INFO_LINK
957 sh_flags1 &= ~SHF_INFO_LINK;
958 sh_flags2 &= ~SHF_INFO_LINK;
    [all...]
elflint.c     [all...]
readelf.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 757 SHF_INFO_LINK = 0x40U,
    [all...]
  /build/soong/symbol_inject/
elf_symboldata_test.go 42 elf.SectionHeader{Name: ".rela.plt", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18, Link: 0x4, Info: 0x16, Addralign: 0x8, Entsize: 0x18, FileSize: 0x18},
155 elf.SectionHeader{Name: ".rela.plt", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18, Link: 0x4, Info: 0x16, Addralign: 0x8, Entsize: 0x18, FileSize: 0x18},
  /external/llvm/include/llvm/Support/
ELF.h 730 SHF_INFO_LINK = 0x40U,
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 418 BCase(SHF_INFO_LINK)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 731 SHF_INFO_LINK = 0x40U,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 499 BCase(SHF_INFO_LINK);
  /external/kmod/port-gnu/
elf.h 363 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 145 milliseconds