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

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

Completed in 400 milliseconds