Searched refs:ld_hipc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c39 dst->ld_hipc = src->ld_hipc;
207 *hipc = ld->ld_hipc;
212 if (ld->ld_hipc > *hipc)
213 *hipc = ld->ld_hipc;
H A Dlibdwarf_loclist.c47 ld[i]->ld_hipc = end;
H A Dlibdwarf_loc.c664 llbuf->ld_hipc = ~0ULL;
H A Dlibdwarf.h120 Dwarf_Addr ld_hipc; member in struct:__anon421
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6792 if (llbuf[i]->ld_lopc == 0 && llbuf[i]->ld_hipc == 0) {
6801 (uintmax_t) (la->la_lowpc + llbuf[i]->ld_hipc));
6811 if (llbuf[i]->ld_lopc == llbuf[i]->ld_hipc)

Completed in 193 milliseconds