Searched refs:GET_COMM_ALIGN (Results 1 – 5 of 5) sorted by relevance
353 1ull << MachO::GET_COMM_ALIGN(NSym.Desc), in graphifyRegularSymbols()
424 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()425 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
1424 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN() function
877 1 << GET_COMM_ALIGN(sym.n_desc), in parseNonSectionSymbol()
1820 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment()