Searched refs:binding (Results 1 – 2 of 2) sorted by relevance
38 static uint8_t MakeStInfo(uint8_t binding, uint8_t type) { in MakeStInfo() argument39 return ((binding) << 4) + ((type) & 0xf); in MakeStInfo()874 bool is_relative, Elf32_Word size, uint8_t binding, uint8_t type, uint8_t other) { in AddSymbol() argument877 MakeStInfo(binding, type), other, 0}; in AddSymbol()
165 uint8_t binding,