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

  /frameworks/compile/linkloader/include/
ELF.h 11 #ifndef ET_LOOS
12 #define ET_LOOS 0xfe00
  /external/elfutils/libebl/
eblobjecttypename.c 72 if (object >= ET_LOOS && object <= ET_HIOS)
73 snprintf (buf, len, "LOOS+%x", object - ET_LOOS);
  /frameworks/compile/linkloader/lib/
ELFHeader.cpp 73 case ET_LOOS: case ET_HIOS:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 167 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 167 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 167 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /external/elfutils/libelf/
elf.h 176 #define ET_LOOS 0xfe00 /* OS-specific range start */
    [all...]
  /external/elfutils/src/
readelf.c 689 else if (e_type >= ET_LOOS && e_type <= ET_HIOS)
    [all...]

Completed in 41 milliseconds