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

/external/elfutils/0.153/libebl/
H A Deblsectiontypename.c131 if (section >= SHT_LOOS && section <= SHT_HIOS)
132 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h141 SHT_LOOS = 0x60000000, /* reserved for environment specific use */ enumerator in enum:__anon16345
/external/llvm/lib/Object/
H A DELFYAML.cpp320 ECase(SHT_LOOS)
/external/llvm/include/llvm/Support/
H A DELF.h1279 SHT_LOOS = 0x60000000, // Lowest operating system-specific type.
/external/elfutils/0.153/libelf/
H A Delf.h338 #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 302 milliseconds