Searched refs:SHT_LOOS (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libebl/
H A Deblsectiontypename.c131 if (section >= SHT_LOOS && section <= SHT_HIOS)
132 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
/external/llvm/include/llvm/Support/
H A DELF.h738 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator in enum:llvm::ELF::__anon7211
/external/elfutils/libelf/
H A Delf.h341 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/valgrind/main/perf/
H A Dtinycc.c353 #define SHT_LOOS 0x60000000 /* Start OS-specific */ macro

Completed in 131 milliseconds