Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h363 #define SHT_LOUSER 0x80000000 /* Application-specific semantics */ macro
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h242 #define SHT_LOUSER 0x80000000 /* reserved range for application */ macro
/freebsd-10-stable/sys/sys/
Delf_common.h461 #define SHT_LOUSER 0x80000000 /* reserved range for application */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1264 SHT_LOUSER = 0x80000000, // Lowest type reserved for applications. in LLVM_ENUM_INT_TYPE()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1885 CASE_AND_STREAM(s, SHT_LOUSER , kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c2711 else if ((sh_type >= SHT_LOUSER) && (sh_type <= SHT_HIUSER)) in get_section_type_name()
2712 sprintf (buff, "LOUSER+%x", sh_type - SHT_LOUSER); in get_section_type_name()
/freebsd-10-stable/contrib/binutils/bfd/
Delf.c2220 if (hdr->sh_type >= SHT_LOUSER && hdr->sh_type <= SHT_HIUSER) in bfd_section_from_shdr()