Home
last modified time | relevance | path

Searched refs:SHT_LOSUNW (Results 1 – 9 of 9) sorted by relevance

/third_party/elfutils/libebl/
Deblsectiontypename.c72 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW) in ebl_section_type_name()
77 #define KNOWNSTYPE(name) [SHT_##name - SHT_LOSUNW] = #name in ebl_section_type_name()
85 res = sunwtypes[section - SHT_LOSUNW]; in ebl_section_type_name()
/third_party/elfio/elfio/
Delfio_dump.hpp392 { SHT_LOSUNW, "LOSUNW" },
Delf_types.hpp515 constexpr Elf_Word SHT_LOSUNW = 0x6ffffffa; variable
/third_party/musl/porting/linux/user/include/
Delf.h395 #define SHT_LOSUNW 0x6ffffffa macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h394 #define SHT_LOSUNW 0x6ffffffa macro
/third_party/musl/include/
Delf.h399 #define SHT_LOSUNW 0x6ffffffa macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h394 #define SHT_LOSUNW 0x6ffffffa macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h394 #define SHT_LOSUNW 0x6ffffffa macro
/third_party/elfutils/libelf/
Delf.h454 #define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ macro