Home
last modified time | relevance | path

Searched refs:lopc (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/bsdelf/elftoolchain-0.7.1/addr2line/
H A Daddr2line.c47 Dwarf_Unsigned lopc; member
59 Dwarf_Unsigned lopc; member
151 *hipc += lopc; in handle_high_pc()
160 Dwarf_Unsigned lopc, hipc, addr_base; in search_func() local
180 if (addr >= lopc && addr < hipc) { in search_func()
182 (lopc >= f0->lopc && in search_func()
185 f0->lopc = lopc; in search_func()
193 (f->lopc >= f0->lopc && f->hipc <= f0->hipc)) in search_func()
299 f->lopc = lopc; in collect_func()
455 cu->lopc = lopc; in translate()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/addr2line/
H A Daddr2line.c47 Dwarf_Unsigned lopc; member
59 Dwarf_Unsigned lopc; member
151 *hipc += lopc; in handle_high_pc()
160 Dwarf_Unsigned lopc, hipc, addr_base; in search_func() local
180 if (addr >= lopc && addr < hipc) { in search_func()
182 (lopc >= f0->lopc && in search_func()
185 f0->lopc = lopc; in search_func()
193 (f->lopc >= f0->lopc && f->hipc <= f0->hipc)) in search_func()
299 f->lopc = lopc; in collect_func()
455 cu->lopc = lopc; in translate()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/libdwarf/
H A Ddwarf_loclist.c174 Dwarf_Addr *hipc, Dwarf_Addr *lopc, Dwarf_Ptr *data, in dwarf_get_loclist_entry() argument
189 if (dbg == NULL || hipc == NULL || lopc == NULL || data == NULL || in dwarf_get_loclist_entry()
203 *hipc = *lopc = 0; in dwarf_get_loclist_entry()
208 *lopc = ld->ld_lopc; in dwarf_get_loclist_entry()
210 if (ld->ld_lopc < *lopc) in dwarf_get_loclist_entry()
211 *lopc = ld->ld_lopc; in dwarf_get_loclist_entry()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libdwarf/
H A Ddwarf_loclist.c174 Dwarf_Addr *hipc, Dwarf_Addr *lopc, Dwarf_Ptr *data, in dwarf_get_loclist_entry() argument
189 if (dbg == NULL || hipc == NULL || lopc == NULL || data == NULL || in dwarf_get_loclist_entry()
203 *hipc = *lopc = 0; in dwarf_get_loclist_entry()
208 *lopc = ld->ld_lopc; in dwarf_get_loclist_entry()
210 if (ld->ld_lopc < *lopc) in dwarf_get_loclist_entry()
211 *lopc = ld->ld_lopc; in dwarf_get_loclist_entry()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_ranges.c117 Dwarf_Addr lopc = 0; in check_ranges_list() local
160 lopc = r->dwr_addr1 + base_address; in check_ranges_list()
167 if (IsValidInBucketGroup(pRangesInfo,lopc) && in check_ranges_list()
175 PU_name,lopc,hipc)) { in check_ranges_list()
203 off,base_address,lopc, in check_ranges_list()
H A Dprint_die.c3720 Dwarf_Addr lopc, in loc_error_check() argument
3754 lopc, in loc_error_check()
3795 Dwarf_Addr lopc = 0; in get_location_list() local
3841 &lopc, &hipc, in get_location_list()
3856 lopc = llbuf->ld_lopc; in get_location_list()
3969 lopc = realaddr; in get_location_list()
3975 " %s>",lopc, in get_location_list()
3986 lopc = 0; in get_location_list()
4001 lopc = 0; in get_location_list()
4003 lopcfinal = lopc; in get_location_list()
[all …]
H A Dcheckutil.c548 const char *name,Dwarf_Addr lopc,Dwarf_Addr hipc) in IsValidInLinkonce() argument
564 if (lopc >= pBucketData->low && lopc <= pBucketData->high) { in IsValidInLinkonce()
H A Dcheckutil.h95 const char *name,Dwarf_Addr lopc,Dwarf_Addr hipc);
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_ranges.c117 Dwarf_Addr lopc = 0; in check_ranges_list() local
160 lopc = r->dwr_addr1 + base_address; in check_ranges_list()
167 if (IsValidInBucketGroup(pRangesInfo,lopc) && in check_ranges_list()
175 PU_name,lopc,hipc)) { in check_ranges_list()
203 off,base_address,lopc, in check_ranges_list()
H A Dprint_die.c3720 Dwarf_Addr lopc, in loc_error_check() argument
3754 lopc, in loc_error_check()
3795 Dwarf_Addr lopc = 0; in get_location_list() local
3841 &lopc, &hipc, in get_location_list()
3856 lopc = llbuf->ld_lopc; in get_location_list()
3969 lopc = realaddr; in get_location_list()
3975 " %s>",lopc, in get_location_list()
3986 lopc = 0; in get_location_list()
4001 lopc = 0; in get_location_list()
4003 lopcfinal = lopc; in get_location_list()
[all …]
H A Dcheckutil.c548 const char *name,Dwarf_Addr lopc,Dwarf_Addr hipc) in IsValidInLinkonce() argument
564 if (lopc >= pBucketData->low && lopc <= pBucketData->high) { in IsValidInLinkonce()
H A Dcheckutil.h95 const char *name,Dwarf_Addr lopc,Dwarf_Addr hipc);
/dports/devel/bsdelf/elftoolchain-0.7.1/findtextrel/
H A Dfindtextrel.c106 Dwarf_Unsigned lopc, hipc, lineno, plineno; in report_textrel() local
176 if (!dwarf_attrval_unsigned(die, DW_AT_low_pc, &lopc, &de) && in report_textrel()
182 if (off < lopc || off >= hipc) in report_textrel()
/dports/devel/elftoolchain/elftoolchain-0.7.1/findtextrel/
H A Dfindtextrel.c106 Dwarf_Unsigned lopc, hipc, lineno, plineno; in report_textrel() local
176 if (!dwarf_attrval_unsigned(die, DW_AT_low_pc, &lopc, &de) && in report_textrel()
182 if (off < lopc || off >= hipc) in report_textrel()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/utests/ssldata/
H A Dclient.pem22 lopc+BL4nRkT+QGQEeFuTr7zlm3r/P/xGuYCvAR28C+Vv4l5OUwBCkYaLCGZlayX
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/utests/ssldata/
H A Dclient.pem22 lopc+BL4nRkT+QGQEeFuTr7zlm3r/P/xGuYCvAR28C+Vv4l5OUwBCkYaLCGZlayX
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/utests/ssldata/
H A Dclient.pem22 lopc+BL4nRkT+QGQEeFuTr7zlm3r/P/xGuYCvAR28C+Vv4l5OUwBCkYaLCGZlayX
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/utests/ssldata/
H A Dclient.pem22 lopc+BL4nRkT+QGQEeFuTr7zlm3r/P/xGuYCvAR28C+Vv4l5OUwBCkYaLCGZlayX
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in Policy()
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in Policy()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc164 const uint32_t lopc = static_cast<uint32_t>(escapepc_); in MaybeAddEscapeHatch() local
177 BPF_JMP + BPF_JEQ + BPF_K, lopc, in MaybeAddEscapeHatch()

123