Home | History | Annotate | Download | only in elff

Lines Matching refs:address

24 /* Address information descriptor. */
26 /* Routine DIE containing the address. */
29 /* Source file name for the address. */
32 /* Source file directory path for the address. */
35 /* Source file line number for the address. */
57 * program opcodes that alter the address register first multiply their
204 /* Gets DIE object containing given address.
205 * DIE address ranges may overlap (for instance, address range for an inlined
206 * routine will be contained within the address range of a routine where it
209 * in the branch of all DIEs containing given address.
211 * address - Address to get a DIE for. NOTE: for the sake of simplicity we
212 * explicitly use 64-bit type for an address.
214 * Leaf DIE containing given address, or NULL if this CU doesn't contain
215 * the given address.
217 DIEObject* get_leaf_die_for_address(Elf_Xword address) const {
218 return cu_die_->get_leaf_for_address(address);
259 /* Gets PC address information.
261 * address - PC address to get information for.
263 * this compilation unit, containing the given address.
265 * true on success, or false if this CU doesn't contain the given address.
267 virtual bool get_pc_address_file_info(Elf_Xword address,
349 /* Gets PC address information.
353 bool get_pc_address_file_info(Elf_Xword address, Dwarf_AddressInfo* info);
396 * this method is simply discarded, since parent calculates address of the