Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:n_value

487             *first = (UChar*)(cssym->n_value);
612 (ULong)sym->n_value);
641 if (0) VG_(printf)("SD: proposed %#llx\n", (ULong)sym->n_value);
643 cand.first = sym->n_value;
677 if (ok && ((UWord)csect_first) <= ((UWord)sym->n_value)
678 && ((UWord)sym->n_value) <= ((UWord)csect_last)) {
683 (void*)sym->n_value, (void*)csect_last,
686 cand.first = sym->n_value;
692 (HChar*)sym->n_value,
693 (HChar*)sym->n_value+1,
696 cand.first = sym->n_value;
918 (ULong)sym->n_value);
1000 Addr fn_start_avma = ((Addr)sym->n_value) + text_bias;
1035 (ULong)sym->n_value,
1057 /* In this case the n_value field appears to give the address
1060 Addr fn_end_avma = ((Addr)sym->n_value) + text_bias - 1;
1072 (ULong)sym->n_value,
1146 /* For these 3 symbol kinds, the n_value field is the
1149 Addr sym_avma = ((Addr)sym->n_value) + text_bias;
1290 (ULong)sym->n_value);
1295 Addr avma = (Addr)sym->n_value + data_bias;