| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_dealloc.c | 35 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr p, Dwarf_Unsigned alloc_type) 52 if (alloc_type == DW_DLA_LIST || alloc_type == DW_DLA_FRAME_BLOCK || 53 alloc_type == DW_DLA_LOC_BLOCK || alloc_type == DW_DLA_LOCDESC) 55 else if (alloc_type == DW_DLA_ABBREV) { 63 } else if (alloc_type == DW_DLA_DIE) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_allocator.cc | 80 u32 alloc_type : 2; member in struct:__asan::ChunkHeader 400 AllocType alloc_type, bool can_fill) { 485 m->alloc_type = alloc_type; 611 BufferedStackTrace *stack, AllocType alloc_type) { 633 if (m->alloc_type != alloc_type) { 635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 636 (AllocType)alloc_type); 640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) & [all...] |
| asan_allocator.h | 221 AllocType alloc_type); 222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 224 BufferedStackTrace *stack, AllocType alloc_type);
|
| asan_report.h | 59 AllocType alloc_type,
|
| asan_errors.h | 113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch 121 alloc_type(alloc_type_),
|
| asan_descriptions.h | 118 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
|
| asan_errors.cc | 124 CHECK_NE(alloc_type, dealloc_type); 128 scariness.GetDescription(), alloc_names[alloc_type],
|
| asan_report.cc | 239 AllocType alloc_type, 243 alloc_type, dealloc_type); local
|
| asan_descriptions.cc | 125 descr->alloc_type = chunk.GetAllocType();
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_allocator.cpp | 93 u8 alloc_type : 2; 529 AllocType alloc_type, bool can_fill) { 604 m->alloc_type = alloc_type; 704 BufferedStackTrace *stack, AllocType alloc_type) { 726 if (m->alloc_type != alloc_type) { 728 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 729 (AllocType)alloc_type); 733 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) & [all...] |
| asan_allocator.h | 271 AllocType alloc_type); 272 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 274 BufferedStackTrace *stack, AllocType alloc_type);
|
| asan_report.h | 59 AllocType alloc_type,
|
| asan_errors.h | 113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch 121 alloc_type(alloc_type_),
|
| asan_descriptions.h | 117 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
|
| asan_errors.cpp | 122 CHECK_NE(alloc_type, dealloc_type); 126 scariness.GetDescription(), alloc_names[alloc_type],
|
| asan_report.cpp | 244 AllocType alloc_type, 248 alloc_type, dealloc_type); local
|
| asan_descriptions.cpp | 123 descr->alloc_type = chunk.GetAllocType();
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.cpp | 91 u8 alloc_type : 2; 484 AllocType alloc_type, bool can_fill) { 567 m->alloc_type = alloc_type; 676 BufferedStackTrace *stack, AllocType alloc_type) { 698 if (m->alloc_type != alloc_type) { 700 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 701 (AllocType)alloc_type); 705 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) & [all...] |
| asan_allocator.h | 207 AllocType alloc_type); 208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 210 BufferedStackTrace *stack, AllocType alloc_type);
|
| asan_report.h | 58 AllocType alloc_type,
|
| asan_errors.h | 113 AllocType alloc_type, dealloc_type; member in struct:__asan::ErrorAllocTypeMismatch 121 alloc_type(alloc_type_),
|
| asan_descriptions.h | 117 u32 alloc_type : 2; member in struct:__asan::ChunkAccess
|
| asan_errors.cpp | 122 CHECK_NE(alloc_type, dealloc_type); 126 scariness.GetDescription(), alloc_names[alloc_type],
|
| asan_report.cpp | 242 AllocType alloc_type, 246 alloc_type, dealloc_type); local
|
| /src/external/bsd/atf/dist/tools/ |
| parser.hpp | 147 token_type alloc_type(void);
|