Home
last modified time | relevance | path

Searched refs:SymNdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h445 llvm::yaml::Hex32 SymNdx; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1860 CBA.write<uint32_t>(Section.Header->SymNdx, ELFT::Endianness); in writeSectionContent()
H A DELFYAML.cpp1879 IO.mapRequired("SymNdx", E.SymNdx); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3694 auto GetSignature = [&](const Elf_Sym &Sym, unsigned SymNdx, in getGroups()
3707 Twine(SymNdx) + ": st_name (0x" + in getGroups()