| /freebsd-14-stable/lib/libc/gen/ |
| HD | nlist.c | 272 case SHN_ABS: in elf_sym_to_nlist()
|
| /freebsd-14-stable/contrib/elftoolchain/elfcopy/ |
| HD | binary.c | 242 add_to_symtab(ecp, name, data_size, 0, SHN_ABS, in create_elf_from_binary()
|
| HD | ascii.c | 348 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/ |
| HD | ELFHeader.cpp | 301 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
|
| HD | ObjectFileELF.cpp | 2156 case SHN_ABS: in ParseSymbols()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | ELFObjectWriter.cpp | 540 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/ |
| HD | ELFObjectFile.h | 605 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()
|
| HD | ELFTypes.h | 248 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
| /freebsd-14-stable/sys/sys/ |
| HD | elf_common.h | 406 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
|
| /freebsd-14-stable/contrib/elftoolchain/nm/ |
| HD | nm.c | 753 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/ |
| HD | ELF.h | 1059 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| HD | ELFObjcopy.cpp | 614 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
|
| HD | ELFObject.h | 739 SYMBOL_ABS = ELF::SHN_ABS,
|
| HD | ELFObject.cpp | 653 case SHN_ABS: in isValidReservedSectionIndex() 1334 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS, in addData()
|
| /freebsd-14-stable/sys/cddl/dev/fbt/ |
| HD | fbt.c | 402 (symp->st_shndx == SHN_ABS && symp->st_value == 0)) { in fbt_ctfoff_init()
|
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | ARM.cpp | 1206 if (eSym.st_shndx != SHN_ABS) { in importCmseSymbols()
|
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/ |
| HD | Relocations.cpp | 294 if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS || in getSymbolsAt()
|
| HD | SyntheticSections.cpp | 2239 return SHN_ABS; in getSymSectionIndex()
|
| /freebsd-14-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1108 _ELF_DEFINE_SHN(SHN_ABS, 0xFFF1U, "absolute references") \
|
| /freebsd-14-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 377 case SHN_ABS: return "ABS"; in sh_name()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 822 ECase(SHN_ABS); in enumeration()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 1037 if (Ndx == ELF::SHN_ABS) in getSymbolSectionIndex() 4206 case ELF::SHN_ABS: in getSymbolSectionNdx()
|
| /freebsd-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 1111 case SHN_ABS: return "ABS"; in st_shndx()
|