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

  /external/elfutils/libebl/
eblobjecttypename.c 47 if (object >= ET_LOOS && object <= ET_HIOS)
48 snprintf (buf, len, "LOOS+%x", object - ET_LOOS);
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 93 #define ET_LOOS 0xFE00 /* Operating system-specific */
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 171 ET_LOOS Type = 0xfe00 /* First operating system specific. */
183 {0xfe00, "ET_LOOS"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 171 ET_LOOS Type = 0xfe00 /* First operating system specific. */
183 {0xfe00, "ET_LOOS"},
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 160 ET_LOOS = 0xfe00,
    [all...]
  /external/elfutils/libelf/
elf.h 168 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 168 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 170 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /external/elfutils/src/
readelf.c 956 else if (e_type >= ET_LOOS && e_type <= ET_HIOS)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 1007 milliseconds