Lines Matching refs:stOther
101 uint8_t stOther; // st_other field value variable
243 uint8_t stOther, uint8_t type) in Symbol() argument
245 type(type), stOther(stOther), symbolKind(k), visibility(stOther & 3), in Symbol()
296 Defined(InputFile *file, StringRefZ name, uint8_t binding, uint8_t stOther, in Defined() argument
298 : Symbol(DefinedKind, file, name, binding, stOther, type), value(value), in Defined()
332 uint8_t stOther, uint8_t type, uint64_t alignment, uint64_t size) in CommonSymbol() argument
333 : Symbol(CommonKind, file, name, binding, stOther, type), in CommonSymbol()
344 Undefined(InputFile *file, StringRefZ name, uint8_t binding, uint8_t stOther,
346 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument
360 uint8_t stOther, uint8_t type, uint64_t value, uint64_t size, in SharedSymbol() argument
362 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value), in SharedSymbol()