Searched refs:SHT_LOOS (Results 1 - 8 of 8) 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/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h719 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator in enum:llvm::ELF::__anon19692
/external/llvm/include/llvm/Support/
H A DELF.h682 SHT_LOOS = 0x60000000, // Lowest operating system-specific type.
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp374 ECase(SHT_LOOS)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h683 SHT_LOOS = 0x60000000, // Lowest operating system-specific type.
/external/elfutils/libelf/
H A Delf.h338 #define SHT_LOOS 0x60000000 /* Start OS-specific. */ macro
/external/kmod/port-gnu/
H A Delf.h337 #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 450 milliseconds