Home | History | Annotate | Download | only in MC

Lines Matching defs:Binding

221     // Aliases defined with .symvar copy the binding from the symbol they alias.
250 uint8_t Binding = MCELF::GetBinding(OrigData);
254 uint8_t Info = (Binding << ELF_STB_Shift) | (Type << ELF_STT_Shift);