Home
last modified time | relevance | path

Searched refs:lowpc (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header()
171 bfd_vma lowpc, highpc; in hist_read_rec() local
189 lowpc = n_record.lowpc; in hist_read_rec()
191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec()
192 if (lowpc != highpc) in hist_read_rec()
236 (unsigned long) (record->lowpc in hist_read_rec()
260 || gmon_io_write_vma (ofp, record->lowpc) in hist_write_hist()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() local
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() argument
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header()
171 bfd_vma lowpc, highpc; in hist_read_rec() local
189 lowpc = n_record.lowpc; in hist_read_rec()
191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec()
192 if (lowpc != highpc) in hist_read_rec()
236 (unsigned long) (record->lowpc in hist_read_rec()
260 || gmon_io_write_vma (ofp, record->lowpc) in hist_write_hist()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() local
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() argument
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header()
171 bfd_vma lowpc, highpc; in hist_read_rec() local
189 lowpc = n_record.lowpc; in hist_read_rec()
191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec()
192 if (lowpc != highpc) in hist_read_rec()
236 (unsigned long) (record->lowpc in hist_read_rec()
260 || gmon_io_write_vma (ofp, record->lowpc) in hist_write_hist()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() local
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() argument
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header()
171 bfd_vma lowpc, highpc; in hist_read_rec() local
189 lowpc = n_record.lowpc; in hist_read_rec()
191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec()
192 if (lowpc != highpc) in hist_read_rec()
236 (unsigned long) (record->lowpc in hist_read_rec()
260 || gmon_io_write_vma (ofp, record->lowpc) in hist_write_hist()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() local
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() argument
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header()
171 bfd_vma lowpc, highpc; in hist_read_rec() local
189 lowpc = n_record.lowpc; in hist_read_rec()
191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec()
192 if (lowpc != highpc) in hist_read_rec()
236 (unsigned long) (record->lowpc in hist_read_rec()
260 || gmon_io_write_vma (ofp, record->lowpc) in hist_write_hist()
370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() local
379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()
731 find_histogram (bfd_vma lowpc, bfd_vma highpc) in find_histogram() argument
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
226 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
227 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/dwarf/
H A Dfunctioninfo.cc60 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
81 s.lowpc = ULLONG_MAX; in DefineFile()
101 if(address < files_->at(file_num).lowpc) { in AddLine()
102 files_->at(file_num).lowpc = address; in AddLine()
129 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
174 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
221 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
222 address_to_funcinfo_->insert(make_pair(current_function_info_->lowpc, in EndDIE()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
226 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
227 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
226 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
227 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/dwarf/
H A Dfunctioninfo.cc76 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
97 s.lowpc = ULLONG_MAX; in DefineFile()
117 if(address < files_->at(file_num).lowpc) { in AddLine()
118 files_->at(file_num).lowpc = address; in AddLine()
156 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
201 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
237 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
238 address_to_funcinfo_->insert(make_pair(current_function_info_->lowpc, in EndDIE()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
229 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
230 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c71 monstartup(lowpc, highpc) in monstartup() argument
72 char *lowpc; in monstartup()
83 lowpc = (char *)
84 ROUNDDOWN((unsigned) lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
85 s_lowpc = lowpc;
89 s_textsize = highpc - lowpc;
119 ( (struct phdr *) buffer ) -> lpc = lowpc;
125 o = highpc - lowpc;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c93 monstartup(lowpc, highpc) in monstartup() argument
94 char *lowpc; in monstartup()
105 lowpc = (char *)
106 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
107 s_lowpc = lowpc;
111 s_textsize = highpc - lowpc;
152 ( (struct phdr *) buffer ) -> lpc = lowpc;
158 o = highpc - lowpc;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/i386/
H A Dcygmon-gmon.c93 monstartup(lowpc, highpc) in monstartup() argument
94 char *lowpc; in monstartup()
105 lowpc = (char *)
106 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
107 s_lowpc = lowpc;
111 s_textsize = highpc - lowpc;
152 ( (struct phdr *) buffer ) -> lpc = lowpc;
158 o = highpc - lowpc;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
229 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
230 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
229 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
230 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
229 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
230 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c71 monstartup(lowpc, highpc) in monstartup() argument
72 char *lowpc; in monstartup()
83 lowpc = (char *)
84 ROUNDDOWN((unsigned) lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
85 s_lowpc = lowpc;
89 s_textsize = highpc - lowpc;
119 ( (struct phdr *) buffer ) -> lpc = lowpc;
125 o = highpc - lowpc;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c93 monstartup(lowpc, highpc) in monstartup() argument
94 char *lowpc; in monstartup()
105 lowpc = (char *)
106 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
107 s_lowpc = lowpc;
111 s_textsize = highpc - lowpc;
152 ( (struct phdr *) buffer ) -> lpc = lowpc;
158 o = highpc - lowpc;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc61 s.lowpc = ULLONG_MAX; in CULineInfoHandler()
82 s.lowpc = ULLONG_MAX; in DefineFile()
104 if (address < files_->at(file_num).lowpc) { in AddLine()
105 files_->at(file_num).lowpc = address; in AddLine()
131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
176 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
229 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
230 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mep/
H A Dmep-gmon.c196 monstartup (lowpc, highpc) in monstartup() argument
197 char *lowpc; in monstartup()
210 lowpc = (char *)
211 ROUNDDOWN ((unsigned) lowpc, HISTFRACTION * sizeof (HISTCOUNTER));
212 s_lowpc = lowpc;
216 s_textsize = highpc - lowpc;
251 ((struct phdr *) buffer)->lpc = lowpc;
257 o = highpc - lowpc;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/dwarf/
H A Dfunctioninfo.cc76 s.lowpc = ULLONG_MAX; in DefineFile()
99 if (address < files_->at(file_num).lowpc) { in AddLine()
100 files_->at(file_num).lowpc = address; in AddLine()
126 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
172 current_function_info_->lowpc = data; in ProcessAttributeUnsigned()
225 if (current_function_info_ && current_function_info_->lowpc) in EndDIE()
226 address_to_funcinfo_->insert(std::make_pair(current_function_info_->lowpc, in EndDIE()
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_loc2.c66 Dwarf_Addr lowpc, in _dwarf_get_locdesc_c() argument
196 Dwarf_Addr * lowpc, in _dwarf_read_loc_section_dwo() argument
238 *lowpc=MAX_ADDR; in _dwarf_read_loc_section_dwo()
255 *lowpc=addr_indexs; in _dwarf_read_loc_section_dwo()
372 &lowpc, in _dwarf_get_loclist_count_dwo()
413 Dwarf_Addr lowpc = 0; in dwarf_get_loclist_c() local
501 &lowpc, in dwarf_get_loclist_c()
520 lowpc, in dwarf_get_loclist_c()
692 lowpc, highpc, in dwarf_get_loclist_c()
722 Dwarf_Addr lowpc = 0; in dwarf_loclist_from_expr_c() local
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_loc2.c66 Dwarf_Addr lowpc, in _dwarf_get_locdesc_c() argument
196 Dwarf_Addr * lowpc, in _dwarf_read_loc_section_dwo() argument
238 *lowpc=MAX_ADDR; in _dwarf_read_loc_section_dwo()
255 *lowpc=addr_indexs; in _dwarf_read_loc_section_dwo()
372 &lowpc, in _dwarf_get_loclist_count_dwo()
413 Dwarf_Addr lowpc = 0; in dwarf_get_loclist_c() local
501 &lowpc, in dwarf_get_loclist_c()
520 lowpc, in dwarf_get_loclist_c()
692 lowpc, highpc, in dwarf_get_loclist_c()
722 Dwarf_Addr lowpc = 0; in dwarf_loclist_from_expr_c() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c129 monstartup(lowpc, highpc) in monstartup() argument
130 char *lowpc; in monstartup()
141 lowpc = (char *)
142 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
143 s_lowpc = lowpc;
147 s_textsize = highpc - lowpc;
177 ( (struct phdr *) buffer ) -> lpc = lowpc;
183 o = highpc - lowpc;

12345678910>>...14