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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c38 dst->ld_lopc = src->ld_lopc;
208 *lopc = ld->ld_lopc;
210 if (ld->ld_lopc < *lopc)
211 *lopc = ld->ld_lopc;
H A Dlibdwarf_loclist.c46 ld[i]->ld_lopc = start;
H A Dlibdwarf_loc.c663 llbuf->ld_lopc = 0;
H A Dlibdwarf.h119 Dwarf_Addr ld_lopc; 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) {
6800 (uintmax_t) (la->la_lowpc + llbuf[i]->ld_lopc),
6811 if (llbuf[i]->ld_lopc == llbuf[i]->ld_hipc)

Completed in 88 milliseconds