Home
last modified time | relevance | path

Searched refs:address_attribute (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.cc833 off_t low_pc = die->address_attribute(elfcpp::DW_AT_low_pc, &shndx); in record_cu_ranges()
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
Ddwarf_reader.h589 address_attribute(unsigned int attr, unsigned int* shndx);
Ddwarf_reader.cc1150 Dwarf_die::address_attribute(unsigned int attr, unsigned int* shndx) in address_attribute() function in gold::Dwarf_die
DChangeLog3787 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
3788 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.