Home
last modified time | relevance | path

Searched refs:note_section (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/elfio/elfio-3.9/elfio/
H A Delfio_note.hpp46 : elf_file( elf_file ), note_section( section ) in note_section_accessor_template()
64 if ( index >= note_section->get_size() ) { in get_note()
69 note_section->get_data() + note_start_positions[index]; in get_note()
78 note_section->get_size() - note_start_positions[index]; in get_note()
126 note_start_positions.push_back( note_section->get_size() ); in add_note()
127 note_section->append_data( buffer ); in add_note()
135 const char* data = note_section->get_data(); in process_section()
136 Elf_Xword size = note_section->get_size(); in process_section()
162 S* note_section; member in ELFIO::note_section_accessor_template
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/tests/
H A DMapInfoGetBuildIDTest.cpp142 char note_section[128]; in InitElfData() local
147 memcpy(&note_section, &note_header, sizeof(note_header)); in InitElfData()
149 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in InitElfData()
151 memcpy(&note_section[note_offset], "ELF_BUILDID", sizeof("ELF_BUILDID")); in InitElfData()
158 shdr.sh_size = sizeof(note_section); in InitElfData()
180 ASSERT_EQ(static_cast<ssize_t>(sizeof(note_section)), in InitElfData()
181 write(fd, note_section, sizeof(note_section))); in InitElfData()
H A DElfInterfaceTest.cpp1533 char note_section[128]; in BuildID() local
1550 shdr.sh_size = sizeof(note_section); in BuildID()
1563 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildID()
1593 char note_section[128]; in BuildIDTwoNotes() local
1634 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDTwoNotes()
1664 char note_section[128]; in BuildIDSectionTooSmallForName() local
1694 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForName()
1724 char note_section[128]; in BuildIDSectionTooSmallForDesc() local
1754 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForDesc()
1784 char note_section[128]; in BuildIDSectionTooSmallForHeader() local
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/common/linux/
H A Dfile_id.cc98 void* note_section; in FindElfBuildIDNote() local
102 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
105 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
111 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, in FindElfBuildIDNote()
114 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size, in FindElfBuildIDNote()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/linux/
H A Dfile_id.cc96 void* note_section; in FindElfBuildIDNote() local
99 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
102 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
108 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, in FindElfBuildIDNote()
111 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size, in FindElfBuildIDNote()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc97 void* note_section; in FindElfBuildIDNote() local
101 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
104 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
110 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size, in FindElfBuildIDNote()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc97 void* note_section; in Fetch()
101 (const void**)&note_section, &note_size, &elfclass) || in Fetch()
104 (const void**)&note_section, &note_size, &elfclass) || in Fetch()
110 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, in Fetch()
113 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size, in Fetch()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcpu-arm.c283 bfd_arm_update_notes (abfd, note_section) in bfd_arm_update_notes() argument
285 const char * note_section;
296 arm_arch_section = bfd_get_section_by_name (abfd, note_section);
345 note_section, bfd_get_filename (abfd));
382 bfd_arm_get_mach_from_notes (abfd, note_section) in bfd_arm_get_mach_from_notes() argument
384 const char * note_section;
395 arm_arch_section = bfd_get_section_by_name (abfd, note_section);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcpu-arm.c283 bfd_arm_update_notes (abfd, note_section) in bfd_arm_update_notes() argument
285 const char * note_section;
296 arm_arch_section = bfd_get_section_by_name (abfd, note_section);
345 note_section, bfd_get_filename (abfd));
382 bfd_arm_get_mach_from_notes (abfd, note_section) in bfd_arm_get_mach_from_notes() argument
384 const char * note_section;
395 arm_arch_section = bfd_get_section_by_name (abfd, note_section);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dcpu-arm.c268 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
279 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
325 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
363 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
374 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dcpu-arm.c276 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
287 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
334 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
373 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
384 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dcpu-arm.c277 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
288 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
335 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
374 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
385 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dcpu-arm.c268 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
279 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
325 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
363 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
374 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dcpu-arm.c278 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
289 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
336 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
376 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
387 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dcpu-arm.c278 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
289 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
336 note_section, bfd_get_filename (abfd)); in bfd_arm_update_notes()
376 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
387 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dcpu-arm.c280 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
291 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
339 note_section, abfd); in bfd_arm_update_notes()
379 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
390 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/common/linux/
H A Dfile_id.cc109 void* note_section; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dcpu-arm.c395 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
406 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
456 note_section, abfd); in bfd_arm_update_notes()
498 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
509 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dcpu-arm.c395 bfd_arm_update_notes (bfd *abfd, const char *note_section) in bfd_arm_update_notes() argument
406 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()
456 note_section, abfd); in bfd_arm_update_notes()
498 bfd_arm_get_mach_from_notes (bfd *abfd, const char *note_section) in bfd_arm_get_mach_from_notes() argument
509 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()

12