Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:encoding

3039 size_of_encoded_value (int encoding)
3041 switch (encoding & 0x7)
3052 get_encoded_value (unsigned char *data, int encoding)
3054 int size = size_of_encoded_value (encoding);
3055 if (encoding & DW_EH_PE_signed)