Home | History | Annotate | Download | only in elff

Lines Matching refs:address

74 /* PC address information descriptor.

75 * This descriptor contains as much information about a PC address as it was
78 /* Name of the routine containing the address. If name of the routine
92 /* Line number in the source file for the address. If file_name field of this
96 /* If routine that contains the given address has been inlined (or it is part
100 * the given address has been inlined. The second entry contains information
102 * containing the given address has not been inlined, this field is set to
138 /* Gets PC address information.
141 * address - PC address to get information for. Address must be relative to
144 * contain the given address.
146 * 0 if routine(s) containing the given address has been found and information
148 * address has been found, or there was a memory error when collecting
156 uint64_t address,
159 /* Frees resources acquired for address information in successful call to
163 * address_info - Address information structure, initialized in successful