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()841 case SHT_X86_64_UNWIND: in link_elf_load_file()964 case SHT_X86_64_UNWIND: in link_elf_load_file()1043 case SHT_X86_64_UNWIND: in link_elf_load_file()1084 else if (shdr[i].sh_type == SHT_X86_64_UNWIND) in link_elf_load_file()1127 || 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()
472 #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ macro473 #define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
283 Header.sh_type != ELF::SHT_X86_64_UNWIND) in CreateArchType()
260 case SHT_X86_64_UNWIND: in __elfN()
663 Type = ELF::SHT_X86_64_UNWIND; in ParseSectionArguments()
1139 SHT_X86_64_UNWIND = 0x70000001, // Unwind information enumerator
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()