reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1020 (note.n_descsz == LLDB_NT_FREEBSD_ABI_SIZE)) { 1050 if (note.n_descsz == LLDB_NT_GNU_ABI_SIZE) { 1053 if (data.GetU32(&offset, &version_info[0], note.n_descsz / 4) == 1111 if (note.n_descsz >= 4) { 1112 if (const uint8_t *buf = data.PeekData(offset, note.n_descsz)) { 1114 uuid = UUID::fromData(buf, note.n_descsz); 1131 (note.n_descsz == LLDB_NT_NETBSD_IDENT_DESCSZ) &&tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
48 return 12 + llvm::alignTo(n_namesz, 4) + llvm::alignTo(n_descsz, 4);
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp 511 size_t note_size = llvm::alignTo(note.n_descsz, 4);