HomeSort by relevance Sort by last modified time
    Searched refs:note_size (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/linux/
file_id.cc 95 size_t note_size; local
98 (const void**)&note_section, &note_size, &elfclass) ||
99 note_size == 0) &&
101 (const void**)&note_section, &note_size, &elfclass) ||
102 note_size == 0)) {
107 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size,
110 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size,
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 788 UInt note_size = sizeof(note_t) + VG_ROUNDUP(datasz, 4); local
790 note_t *n = VG_(malloc)("coredump-elf.an.1", note_size);
792 VG_(memset)(n, 0, note_size);
810 static UInt note_size(const note_t *note) function
821 size += note_size(note);
846 note_size(note), "notes");
    [all...]
coredump-elf.c 158 static UInt note_size(const struct note *n) function
193 VG_(write)(fd, &n->note, note_size(n));
676 notesz += note_size(note);
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ia64-vms.c 1155 unsigned int note_size; local
    [all...]

Completed in 88 milliseconds