/freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | symbol.c | 58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS && in ignore_symbol()
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 270 case SHN_ABS: in elf_sym_to_nlist()
|
/freebsd/sys/ddb/ |
H A D | db_ctf.c | 76 if (symp->st_shndx == SHN_ABS && symp->st_value == 0) { in sym_to_objtoff()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 242 add_to_symtab(ecp, name, data_size, 0, SHN_ABS, in create_elf_from_binary()
|
H A D | ascii.c | 348 add_to_symtab(ecp, name, st_value, 0, SHN_ABS, in create_elf_from_srec()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 301 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()
|
H A D | ObjectFileELF.cpp | 2156 case SHN_ABS: in ParseSymbols()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | 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/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | 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()
|
H A D | ELFTypes.h | 248 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 753 if (sym->st_shndx == SHN_ABS) /* absolute */ in get_sym_type() 1976 case SHN_ABS: in sym_list_print_each()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 426 #define SHN_ABS 0xfff1 /* Absolute values. */ macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1685 if (rsym.st_shndx != SHN_ABS) { in process_obj() 1687 rsym.st_shndx = SHN_ABS; in process_obj()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1059 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 292 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) { in init_symtab()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 614 Sec ? (uint16_t)SYMBOL_SIMPLE_INDEX : (uint16_t)SHN_ABS, 0); in addSymbol()
|
H A D | ELFObject.h | 739 SYMBOL_ABS = ELF::SHN_ABS,
|
H A D | ELFObject.cpp | 653 case SHN_ABS: in isValidReservedSectionIndex() 1334 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS, in addData()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 401 (symp->st_shndx == SHN_ABS && symp->st_value == 0)) { in fbt_ctfoff_init()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 1206 if (eSym.st_shndx != SHN_ABS) { in importCmseSymbols()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1108 _ELF_DEFINE_SHN(SHN_ABS, 0xFFF1U, "absolute references") \
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 294 if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS || in getSymbolsAt()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 377 case SHN_ABS: return "ABS"; in sh_name()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 822 ECase(SHN_ABS); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1037 if (Ndx == ELF::SHN_ABS) in getSymbolSectionIndex() 4206 case ELF::SHN_ABS: in getSymbolSectionNdx()
|