Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/lib/libc/gen/
HDnlist.c272 case SHN_ABS: in elf_sym_to_nlist()
/freebsd-14-stable/contrib/elftoolchain/elfcopy/
HDbinary.c242 add_to_symtab(ecp, name, data_size, 0, SHN_ABS, in create_elf_from_binary()
HDascii.c348 add_to_symtab(ecp, name, st_value, 0, SHN_ABS, in create_elf_from_srec()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp301 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
HDObjectFileELF.cpp2156 case SHN_ABS: in ParseSymbols()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDELFObjectWriter.cpp540 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
625 ELF::SHN_ABS, true); in computeSymbolTable()
638 ELF::SHN_ABS, true); in computeSymbolTable()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h605 if ((*SymOrErr)->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl()
633 case ELF::SHN_ABS: in getSymbolAddress()
764 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
HDELFTypes.h248 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
/freebsd-14-stable/sys/sys/
HDelf_common.h406 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
/freebsd-14-stable/contrib/elftoolchain/nm/
HDnm.c753 if (sym->st_shndx == SHN_ABS) /* absolute */ in get_sym_type()
1976 case SHN_ABS: in sym_list_print_each()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1059 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp614 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
HDELFObject.h739 SYMBOL_ABS = ELF::SHN_ABS,
HDELFObject.cpp653 case SHN_ABS: in isValidReservedSectionIndex()
1334 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS, in addData()
/freebsd-14-stable/sys/cddl/dev/fbt/
HDfbt.c402 (symp->st_shndx == SHN_ABS && symp->st_value == 0)) { in fbt_ctfoff_init()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp1206 if (eSym.st_shndx != SHN_ABS) { in importCmseSymbols()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp294 if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS || in getSymbolsAt()
HDSyntheticSections.cpp2239 return SHN_ABS; in getSymSectionIndex()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1108 _ELF_DEFINE_SHN(SHN_ABS, 0xFFF1U, "absolute references") \
/freebsd-14-stable/contrib/elftoolchain/elfdump/
HDelfdump.c377 case SHN_ABS: return "ABS"; in sh_name()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp822 ECase(SHN_ABS); in enumeration()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1037 if (Ndx == ELF::SHN_ABS) in getSymbolSectionIndex()
4206 case ELF::SHN_ABS: in getSymbolSectionNdx()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c1111 case SHN_ABS: return "ABS"; in st_shndx()