Searched refs:high_pc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp75 dw_addr_t high_pc) {
76 if (high_pc > low_pc)
77 m_aranges.Append(RangeToDIE::Entry(low_pc, high_pc - low_pc, offset));
74 AppendRange(dw_offset_t offset, dw_addr_t low_pc, dw_addr_t high_pc) argument
H A DDWARFDebugAranges.h33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc);
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c69 unsigned long high_pc; member in struct:dwarf1_unit
102 unsigned long high_pc; member in struct:dwarf1_func
111 unsigned long high_pc; member in struct:die_info
233 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr);
362 aFunc->high_pc = eachDieInfo.high_pc;
389 if (aUnit->low_pc <= addr && addr < aUnit->high_pc)
425 && addr < eachFunc->high_pc)
506 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc)
527 aUnit->high_pc
[all...]
H A Ddwarf2.c927 arange_add (bfd *abfd, struct arange *first_arange, bfd_vma low_pc, bfd_vma high_pc) argument
935 first_arange->high = high_pc;
945 arange->high = high_pc;
948 if (high_pc == arange->low)
961 arange->high = high_pc;
1153 bfd_vma high_pc = 0; local
1172 if (address > high_pc)
1173 high_pc = address;
1191 if (address > high_pc)
1192 high_pc
1629 bfd_vma high_pc; local
1684 bfd_vma high_pc = 0; local
1913 bfd_vma high_pc = 0; local
[all...]

Completed in 137 milliseconds