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

  /external/elfutils/libebl/
eblsectionname.c 75 else if (section >= SHN_LOOS && section <= SHN_HIOS)
76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
  /toolchain/binutils/binutils-2.25/include/elf/
hppa.h 521 #define SHN_TLS_COMMON (SHN_LOOS + 0x0)
522 #define SHN_NS_COMMON (SHN_LOOS + 0x1)
523 #define SHN_FS_COMMON (SHN_LOOS + 0x2)
524 #define SHN_NS_UNDEF (SHN_LOOS + 0x3)
525 #define SHN_FS_UNDEF (SHN_LOOS + 0x4)
526 #define SHN_HP_EXTERN (SHN_LOOS + 0x5)
527 #define SHN_HP_EXTHINT (SHN_LOOS + 0x6)
528 #define SHN_HP_UNDEF_BIND_IMM (SHN_LOOS + 0x7)
external.h 43 #define SHN_LOOS 0xFF20 /* OS specific semantics, lo */
internal.h 45 #undef SHN_LOOS
55 #define SHN_LOOS (-0xE0u) /* OS specific semantics, lo */
ia64.h 193 #define SHN_IA_64_VMS_SYMVEC SHN_LOOS
  /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 633 SHN_LOOS = 0xff20, // Lowest operating system-specific index
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 311 SHN_LOOS SectionIndex = 0xff20 /* First operating system-specific. */
322 {0xff20, "SHN_LOOS"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 311 SHN_LOOS SectionIndex = 0xff20 /* First operating system-specific. */
322 {0xff20, "SHN_LOOS"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 323 SHN_LOOS = 0xff20,
    [all...]
  /external/elfutils/libelf/
elf.h 311 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 306 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 308 #define SHN_LOOS 0xff20 /* Start of OS-specific */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 186 milliseconds