Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp106 void add(size_t StNameOffset, uint64_t StSize, uint8_t StBind, uint8_t StType, in add() argument
111 S.st_info = (StBind << 4) | (StType & 0xf); in add()