Searched refs:SHT_X86_64_UNWIND (Results 1 – 13 of 13) sorted by relevance
403 case SHT_X86_64_UNWIND: in link_elf_link_preload()489 case SHT_X86_64_UNWIND: in link_elf_link_preload()499 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_link_preload()840 case SHT_X86_64_UNWIND: in link_elf_load_file()963 case SHT_X86_64_UNWIND: in link_elf_load_file()1042 case SHT_X86_64_UNWIND: in link_elf_load_file()1083 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_load_file()1126 || shdr[i].sh_type == SHT_X86_64_UNWIND in link_elf_load_file()
151 else if (Type == ELF::SHT_X86_64_UNWIND) in printSwitchToSection()
380 ? ELF::SHT_X86_64_UNWIND in initELFMCObjectFileInfo()
452 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro453 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
283 Header.sh_type != ELF::SHT_X86_64_UNWIND) in CreateArchType()
262 case SHT_X86_64_UNWIND: in __elfN()
1139 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
663 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
260 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_X86_64_UNWIND); } in getELFSectionTypeName()
1257 _ELF_DEFINE_SHT(SHT_X86_64_UNWIND, 0x70000001UL, \1276 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
94 (type == SHT_X86_64_UNWIND && config->emachine == EM_X86_64); in canMergeToProgbits()
725 ECase(SHT_X86_64_UNWIND); in enumeration()
734 case SHT_X86_64_UNWIND: return "X86_64_UNWIND"; in section_type()