Searched refs:PT_LOOS (Results 1 – 10 of 10) sorted by relevance
607 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro2040 #define PT_HP_TLS (PT_LOOS + 0x0)2041 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)2042 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)2043 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)2044 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)2045 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)2046 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)2047 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)2048 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)[all …]
608 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro2041 #define PT_HP_TLS (PT_LOOS + 0x0)2042 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)2043 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)2044 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)2045 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)2046 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)2047 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)2048 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)2049 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)[all …]
74 if (segment >= PT_LOOS && segment <= PT_HIOS) in ebl_segment_type_name()75 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS); in ebl_segment_type_name()
17 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
33 #define PT_LOOS 0x60000000 /* OS-specific */ macro39 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
18 #define PT_LOOS 0x60000000 macro
989 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
1022 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
1020 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro