Home | History | Annotate | Download | only in MC

Lines Matching defs:Binding

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