/external/google-breakpad/src/common/linux/ |
file_id.cc | 95 size_t note_size; local 98 (const void**)¬e_section, ¬e_size, &elfclass) || 99 note_size == 0) && 101 (const void**)¬e_section, ¬e_size, &elfclass) || 102 note_size == 0)) { 107 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, 110 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size,
|
/external/libunwind/src/coredump/ |
_UCD_create.c | 70 #define NOTE_SIZE(_hdr) (sizeof (Elf32_Nhdr) + UNW_ALIGN((_hdr)->n_namesz, 4) + (_hdr)->n_descsz) 71 #define NOTE_NEXT(_hdr) STRUCT_MEMBER_P((_hdr), NOTE_SIZE(_hdr)) 72 #define NOTE_FITS_IN(_hdr, _size) ((_size) >= sizeof (Elf32_Nhdr) && (_size) >= NOTE_SIZE (_hdr))
|
/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 | 144 static UInt note_size(const struct note *n) function 179 VG_(write)(fd, &n->note, note_size(n)); 671 notesz += note_size(note);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-ia64-vms.c | 1155 unsigned int note_size; local [all...] |