|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Object/ELFObjectFile.h 501 if (ESym->st_shndx == ELF::SHN_ABS)
521 case ELF::SHN_ABS:
620 if (ESym->st_shndx == ELF::SHN_ABS)
include/llvm/Object/ELFTypes.h 216 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
lib/MC/ELFObjectWriter.cpp 677 MSD.SectionIndex = ELF::SHN_ABS;
753 ELF::SHN_ABS, true);
lib/ObjectYAML/ELFYAML.cpp 563 ECase(SHN_ABS);
tools/lld/ELF/Relocations.cpp 485 if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS ||
tools/lld/ELF/SyntheticSections.cpp 2107 return SHN_ABS;
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp 295 ENUM_TO_CSTR(SHN_ABS);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 2003 case SHN_ABS:
2175 if (symbol_section_sp == nullptr && shndx == SHN_ABS &&
2184 std::make_shared<Section>(module_sp, this, SHN_ABS, fake_section_name,
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 726 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0);
tools/llvm-objcopy/ELF/Object.cpp 596 case SHN_ABS:
1167 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS,
tools/llvm-objcopy/ELF/Object.h 592 SYMBOL_ABS = ELF::SHN_ABS,
tools/llvm-readobj/ELFDumper.cpp 3278 case ELF::SHN_ABS: