Home
last modified time | relevance | path

Searched refs:text_section (Results 1 – 25 of 1294) sorted by relevance

12345678910>>...52

/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/
H A Dwriter.py129 self.text_section = TextSection()
130 self.image.add_section(self.text_section)
147 code_offset = len(self.text_section.content)
150 self.text_section.content += code_padding
153 …self.text_section.alignment = max(self.text_section.alignment, encoded_function.code_section.align…
201 function_symbol.section = self.text_section
236 self.image.text_section.alignment = \
286 self.text_section = TextSection()
287 self.image.add_section(self.text_section)
306 self.text_section.content += code_padding
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr* text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char*)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void* text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char*)text_section, text_size); in ElfFileIdentifier()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/solaris/
H A Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/linux/
H A Dfile_id.cc100 const Shdr* text_section = NULL; in FindElfClassTextSection() local
107 text_section = &sections[i]; in FindElfClassTextSection()
112 if (text_section != NULL && text_section->sh_size > 0) { in FindElfClassTextSection()
113 *text_start = elf_base + text_section->sh_offset; in FindElfClassTextSection()
114 *text_size = text_section->sh_size; in FindElfClassTextSection()
147 const void* text_section = NULL; in ElfFileIdentifierFromMappedFile() local
150 if (FindElfTextSection(base, &text_section, &text_size) && (text_size > 0)) { in ElfFileIdentifierFromMappedFile()
152 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section); in ElfFileIdentifierFromMappedFile()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/deps/flb_libco/
H A Dsettings.h42 #define text_section __declspec(allocate(".text")) macro
44 #define text_section __attribute__((section("__TEXT,__text"))) macro
46 #define text_section __attribute__((section(".text"))) macro
48 #define text_section __attribute__((section(".text#"))) macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/flb_libco/
H A Dsettings.h42 #define text_section __declspec(allocate(".text")) macro
44 #define text_section __attribute__((section("__TEXT,__text"))) macro
46 #define text_section __attribute__((section(".text"))) macro
48 #define text_section __attribute__((section(".text#"))) macro
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dmaint-info-sections.exp124 set text_section ".text"
130 set text_section ER_RO
147 gdb_test_multiple "maint info sections $text_section" "" {
154 -re -wrap " $text_section .*" {
166 -re -wrap " $text_section .*" {
180 -re -wrap " $text_section .*" {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsomread.c484 asection *text_section; /* section handle */ in init_import_symbols() local
508 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$"); in init_import_symbols()
509 if (!text_section) in init_import_symbols()
531 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols()
546 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
566 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
604 asection *text_section; /* section handle */ in init_export_symbols() local
632 if (!text_section) in init_export_symbols()
654 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_export_symbols()
669 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_export_symbols()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsomread.c484 asection *text_section; /* section handle */ in init_import_symbols() local
508 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$"); in init_import_symbols()
509 if (!text_section) in init_import_symbols()
531 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols()
546 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
566 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
604 asection *text_section; /* section handle */ in init_export_symbols() local
632 if (!text_section) in init_export_symbols()
654 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_export_symbols()
669 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_export_symbols()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.cc250 DevMemRegion text_section; in LoadBinary() local
255 text_section.size = GetSectionSize(binary_path, SectionKind::kText, toolchain_prefix_); in LoadBinary()
260 text_section.start = AllocateInSection(SectionKind::kText, text_section.size); in LoadBinary()
264 CHECK(text_section.start != nullptr && rodata_section.start != nullptr && in LoadBinary()
270 low_level_device_->ToDevPtr(text_section.start), in LoadBinary()
279 low_level_device_->Write(text_section.start, &text_contents[0], text_section.size); in LoadBinary()
293 .text_section = text_section, in LoadBinary()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.cc250 DevMemRegion text_section; in LoadBinary() local
255 text_section.size = GetSectionSize(binary_path, SectionKind::kText, toolchain_prefix_); in LoadBinary()
260 text_section.start = AllocateInSection(SectionKind::kText, text_section.size); in LoadBinary()
264 CHECK(text_section.start != nullptr && rodata_section.start != nullptr && in LoadBinary()
270 low_level_device_->ToDevPtr(text_section.start), in LoadBinary()
279 low_level_device_->Write(text_section.start, &text_contents[0], text_section.size); in LoadBinary()
293 .text_section = text_section, in LoadBinary()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dmaint.exp387 set text_section ".text"
393 set text_section ER_RO
405 gdb_test_multiple "maint info sections $text_section" \
413 -re ".* $text_section .*$gdb_prompt $" {
423 -re ".* $text_section .*$gdb_prompt $" { pass "maint info sections CODE" }
434 -re ".* $text_section .*$gdb_prompt $" { fail "maint info sections DATA" }
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dmaint.exp392 set text_section ".text"
398 set text_section ER_RO
415 gdb_test_multiple "maint info sections $text_section" \
423 -re ".* $text_section .*$gdb_prompt $" {
433 -re ".* $text_section .*$gdb_prompt $" { pass "maint info sections CODE" }
445 -re ".* $text_section .*$gdb_prompt $" { fail "maint info sections DATA" }
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-patches/
H A D28-no-garbage-in-code-ids.patch15 void* text_section;
18 (const void**)&text_section, &text_size) ||
27 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section);
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-pe-loader.c223 IMAGE_SECTION_HEADER *text_section = NULL; in cut_pe_loader_collect_symbols() local
243 text_section = first_section + i; in cut_pe_loader_collect_symbols()
251 if (!text_section) in cut_pe_loader_collect_symbols()
286 min_text_section_address = text_section->VirtualAddress; in cut_pe_loader_collect_symbols()
288 min_text_section_address + text_section->SizeOfRawData; in cut_pe_loader_collect_symbols()
/dports/comms/py-esptool/esptool-3.2/flasher_stub/
H A Dwrap_stub.py38 text_section = e.get_section('.text')
44 'text': text_section.data,
45 'text_start': text_section.addr,
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/common/linux/
H A Dfile_id.cc127 void* text_section; in HashElfTextSection() local
130 (const void**)&text_section, &text_size, NULL) || in HashElfTextSection()
138 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section); in HashElfTextSection()

12345678910>>...52