/bionic/tools/relocation_packer/src/ |
D | debug.cc | 26 std::string tag; in ~Logger() local 28 case INFO: tag = "INFO"; break; in ~Logger() 29 case WARNING: tag = "WARNING"; break; in ~Logger() 30 case ERROR: tag = "ERROR"; break; in ~Logger() 31 case FATAL: tag = "FATAL"; break; in ~Logger() 34 *log << tag << ": " << stream_.str() << std::endl; in ~Logger()
|
D | elf_file.cc | 518 const typename ELF::Sword tag = dynamic->d_tag; in AdjustDynamicSectionForHole() local 521 const bool is_adjustable = (tag == DT_PLTGOT || in AdjustDynamicSectionForHole() 522 tag == DT_HASH || in AdjustDynamicSectionForHole() 523 tag == DT_GNU_HASH || in AdjustDynamicSectionForHole() 524 tag == DT_STRTAB || in AdjustDynamicSectionForHole() 525 tag == DT_SYMTAB || in AdjustDynamicSectionForHole() 526 tag == DT_RELA || in AdjustDynamicSectionForHole() 527 tag == DT_INIT || in AdjustDynamicSectionForHole() 528 tag == DT_FINI || in AdjustDynamicSectionForHole() 529 tag == DT_REL || in AdjustDynamicSectionForHole() [all …]
|
/bionic/libc/malloc_debug/tests/ |
D | log_fake.cpp | 47 extern "C" int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() argument 49 g_fake_log_print += tag; in async_safe_format_log() 62 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() argument 64 g_fake_log_buf += tag; in __android_log_buf_write() 70 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() argument 72 g_fake_log_print += tag; in __android_log_print()
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | setup.h | 26 __u32 tag; member 104 struct tag { struct 121 __u32 tag; member 122 int(* parse) (const struct tag *); 124 #define tag_member_present(tag,member) ((unsigned long) (& ((struct tag *) 0L)->member + 1) <= (tag… argument 125 #define tag_next(t) ((struct tag *) ((__u32 *) (t) + (t)->hdr.size))
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 107 int async_safe_format_log(int pri, const char* _Nonnull tag, const char* _Nonnull fmt, ...) __print… 110 int pri, const char* _Nonnull tag, const char* _Nonnull fmt, va_list ap); 113 int pri, const char* _Nonnull tag, const char* _Nonnull fmt, va_list _Nonnull ap); 115 int async_safe_write_log(int pri, const char* _Nonnull tag, const char* _Nonnull msg);
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_9p.h | 27 __u8 tag[0]; member
|
D | virtio_scsi.h | 32 __virtio64 tag; member 40 __virtio64 tag; member 60 __virtio64 tag; member
|
D | virtio_balloon.h | 42 __virtio16 tag; member
|
D | atmmpc.h | 38 __be32 tag; member 47 __be32 tag; member
|
D | if_pppox.h | 110 struct pppoe_tag tag[0]; member
|
D | firewire-cdev.h | 253 __u32 tag; member
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 437 static int write_stderr(const char* tag, const char* msg) { in write_stderr() argument 439 vec[0].iov_base = const_cast<char*>(tag); in write_stderr() 440 vec[0].iov_len = strlen(tag); in write_stderr() 485 int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() argument 489 return write_stderr(tag, msg); in async_safe_write_log() 509 vec[4].iov_base = const_cast<char*>(tag); in async_safe_write_log() 510 vec[4].iov_len = strlen(tag) + 1; in async_safe_write_log() 519 int async_safe_format_log_va_list(int priority, const char* tag, const char* format, va_list args) { in async_safe_format_log_va_list() argument 523 return async_safe_write_log(priority, tag, buffer); in async_safe_format_log_va_list() 526 int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() argument [all …]
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.h | 52 uint32_t tag; member
|
D | FreeTrackData.cpp | 65 if (header->tag != DEBUG_FREE_TAG) { in VerifyAndFree() 67 error_log("+++ ALLOCATION %p HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", pointer, header->tag); in VerifyAndFree()
|
D | malloc_debug.cpp | 120 if (header->tag == DEBUG_FREE_TAG) { in LogTagError() 126 error_log("+++ ALLOCATION %p HAS INVALID TAG %" PRIx32 " (%s)", pointer, header->tag, name); in LogTagError() 137 header->tag = DEBUG_TAG; in InitHeader() 270 if (header->tag != DEBUG_TAG) { in internal_malloc_usable_size() 349 if (header->tag != DEBUG_TAG) { in internal_free() 374 header->tag = DEBUG_FREE_TAG; in internal_free() 526 if (header->tag != DEBUG_TAG) { in debug_realloc() 720 if (header->tag != DEBUG_TAG) { in debug_malloc_backtrace()
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 169 char tag; member 258 char tag; member
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sigcontext.h | 49 __u32 tag; member
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 157 const void * tag; member
|
/bionic/libc/include/sys/ |
D | ucontext.h | 174 unsigned long tag;
|
/bionic/libc/kernel/ |
D | README.TXT | 64 Then checkout the stable tag for the new kernel headers to import:
|