Searched refs:STT_LOOS (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libebl/
H A Deblsymboltypename.c53 else if (symbol >= STT_LOOS && symbol <= STT_HIOS)
54 snprintf (buf, len, "LOOS+%d", symbol - STT_LOOS);
/external/elfutils/libelf/
H A Delf.h456 #define STT_LOOS 10 /* Start of OS-specific */ macro
1651 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
1652 #define STT_HP_STUB (STT_LOOS + 0x2)
/external/qemu/
H A Delf.h722 #define STT_HP_OPAQUE (STT_LOOS + 0x1)
723 #define STT_HP_STUB (STT_LOOS + 0x2)
/external/llvm/include/llvm/Support/
H A DELF.h872 STT_LOOS = 7, // Lowest operating system-specific symbol type enumerator in enum:llvm::ELF::__anon6503
/external/valgrind/main/perf/
H A Dtinycc.c462 #define STT_LOOS 11 /* Start of OS-specific */ macro

Completed in 73 milliseconds