Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Deblsectiontypename.c110 if (section >= SHT_LOOS && section <= SHT_HIOS)
111 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
/external/llvm/include/llvm/Support/
DELF.h601 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/external/llvm/lib/Object/
DELFYAML.cpp325 ECase(SHT_LOOS) in enumeration()
/external/elfutils/src/libelf/
Delf.h337 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/valgrind/perf/
Dtinycc.c353 #define SHT_LOOS 0x60000000 /* Start OS-specific */ macro