Home
last modified time | relevance | path

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

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