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

/external/elfutils/libebl/
H A Deblsectiontypename.c106 if (section >= SHT_LOOS && section <= SHT_HIOS)
107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
/external/llvm/include/llvm/Support/
H A DELF.h660 SHT_LOOS = 0x60000000, // Lowest operating system-specific type.
/external/llvm/lib/Object/
H A DELFYAML.cpp369 ECase(SHT_LOOS)
/external/elfutils/libelf/
H A Delf.h338 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/valgrind/perf/
H A Dtinycc.c353 #define SHT_LOOS 0x60000000 /* Start OS-specific */ macro

Completed in 92 milliseconds