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

  /external/elfutils/libebl/
eblsectionname.c 75 else if (section >= SHN_LOOS && section <= SHN_HIOS)
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 44 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */
internal.h 46 #undef SHN_HIOS
56 #define SHN_HIOS (-0xC1u) /* OS specific semantics, hi */
  /external/llvm/include/llvm/Object/
ELFTypes.h 199 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
  /external/llvm/include/llvm/Support/
ELF.h 634 SHN_HIOS = 0xff3f, // Highest operating system-specific index
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 312 SHN_HIOS SectionIndex = 0xff3f /* Last operating system-specific. */
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 312 SHN_HIOS SectionIndex = 0xff3f /* Last operating system-specific. */
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 324 SHN_HIOS = 0xff3f,
    [all...]
  /external/elfutils/libelf/
elf.h 312 #define SHN_HIOS 0xff3f /* End of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 307 #define SHN_HIOS 0xff3f /* End of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 309 #define SHN_HIOS 0xff3f /* End of OS-specific */
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 1077 milliseconds