/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_dealloc.c | 35 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr p, Dwarf_Unsigned alloc_type) in dwarf_dealloc() argument 52 if (alloc_type == DW_DLA_LIST || alloc_type == DW_DLA_FRAME_BLOCK || in dwarf_dealloc() 53 alloc_type == DW_DLA_LOC_BLOCK || alloc_type == DW_DLA_LOCDESC) in dwarf_dealloc() 55 else if (alloc_type == DW_DLA_ABBREV) { in dwarf_dealloc() 63 } else if (alloc_type == DW_DLA_DIE) { in dwarf_dealloc()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_allocator.cpp | 91 u8 alloc_type : 2; member in __asan::ChunkHeader 484 AllocType alloc_type, bool can_fill) { in Allocate() 567 m->alloc_type = alloc_type; in Allocate() 676 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 698 if (m->alloc_type != alloc_type) { in Deallocate() 700 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate() 701 (AllocType)alloc_type); in Deallocate() 705 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate() 907 return (AllocType)chunk_->alloc_type; in GetAllocType() 954 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument [all …]
|
H A D | asan_allocator.h | 207 AllocType alloc_type); 208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 210 BufferedStackTrace *stack, AllocType alloc_type);
|
H A D | asan_report.h | 58 AllocType alloc_type,
|
H A D | asan_errors.h | 113 AllocType alloc_type, dealloc_type; member 121 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
|
H A D | asan_report.cpp | 242 AllocType alloc_type, in ReportAllocTypeMismatch() argument 246 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
|
H A D | asan_descriptions.h | 117 u32 alloc_type : 2; member
|
H A D | asan_errors.cpp | 122 CHECK_NE(alloc_type, dealloc_type); in Print() 126 scariness.GetDescription(), alloc_names[alloc_type], in Print()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.cc | 80 u32 alloc_type : 2; member 400 AllocType alloc_type, bool can_fill) { in Allocate() 485 m->alloc_type = alloc_type; in Allocate() 611 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 633 if (m->alloc_type != alloc_type) { in Deallocate() 635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate() 636 (AllocType)alloc_type); in Deallocate() 640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate() 817 return (AllocType)chunk_->alloc_type; in GetAllocType() 866 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument [all …]
|
H A D | asan_allocator.h | 221 AllocType alloc_type); 222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 224 BufferedStackTrace *stack, AllocType alloc_type);
|
H A D | asan_report.h | 59 AllocType alloc_type,
|
H A D | asan_errors.h | 113 AllocType alloc_type, dealloc_type; member 121 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
|
H A D | asan_errors.cc | 124 CHECK_NE(alloc_type, dealloc_type); in Print() 128 scariness.GetDescription(), alloc_names[alloc_type], in Print()
|
H A D | asan_report.cc | 239 AllocType alloc_type, in ReportAllocTypeMismatch() argument 243 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
|
H A D | asan_descriptions.h | 118 u32 alloc_type : 2; member
|
H A D | asan_descriptions.cc | 125 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.cc | 78 u32 alloc_type : 2; member 398 AllocType alloc_type, bool can_fill) { in Allocate() 483 m->alloc_type = alloc_type; in Allocate() 609 BufferedStackTrace *stack, AllocType alloc_type) { in Deallocate() 631 if (m->alloc_type != alloc_type) { in Deallocate() 633 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate() 634 (AllocType)alloc_type); in Deallocate() 638 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) && in Deallocate() 815 return (AllocType)chunk_->alloc_type; in GetAllocType() 864 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free() argument [all …]
|
H A D | asan_allocator.h | 207 AllocType alloc_type); 208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type); 210 BufferedStackTrace *stack, AllocType alloc_type);
|
H A D | asan_report.h | 57 AllocType alloc_type,
|
H A D | asan_errors.h | 111 AllocType alloc_type, dealloc_type; member 119 alloc_type(alloc_type_), in ErrorAllocTypeMismatch()
|
H A D | asan_report.cc | 237 AllocType alloc_type, in ReportAllocTypeMismatch() argument 241 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
|
H A D | asan_errors.cc | 122 CHECK_NE(alloc_type, dealloc_type); in Print() 126 scariness.GetDescription(), alloc_names[alloc_type], in Print()
|
H A D | asan_descriptions.h | 116 u32 alloc_type : 2; member
|
H A D | asan_descriptions.cc | 123 descr->alloc_type = chunk.GetAllocType(); in GetAccessToHeapChunkInformation()
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | parser.hpp | 147 token_type alloc_type(void);
|