Home
last modified time | relevance | path

Searched refs:SHT_LOUSER (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/libebl/
Deblsectiontypename.c115 else if ((unsigned int) section >= SHT_LOUSER
117 snprintf (buf, len, "SHT_LOUSER+%x", section - SHT_LOUSER);
/external/kernel-headers/original/uapi/linux/
Delf.h281 #define SHT_LOUSER 0x80000000 macro
/external/llvm/include/llvm/Support/
DELF.h627 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. enumerator
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1741 CASE_AND_STREAM(s, SHT_LOUSER , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/elfutils/src/libelf/
Delf.h353 #define SHT_LOUSER 0x80000000 /* Start of application-specific */ macro
/external/valgrind/perf/
Dtinycc.c364 #define SHT_LOUSER 0x80000000 /* Start of application-specific */ macro