Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 20 of 20) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddebug.cc26 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()
Delf_file.cc518 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/
Dlog_fake.cpp47 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/
Dsetup.h26 __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/
Dlog.h107 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/
Dvirtio_9p.h27 __u8 tag[0]; member
Dvirtio_scsi.h32 __virtio64 tag; member
40 __virtio64 tag; member
60 __virtio64 tag; member
Dvirtio_balloon.h42 __virtio16 tag; member
Datmmpc.h38 __be32 tag; member
47 __be32 tag; member
Dif_pppox.h110 struct pppoe_tag tag[0]; member
Dfirewire-cdev.h253 __u32 tag; member
/bionic/libc/async_safe/
Dasync_safe_log.cpp437 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/
Dmalloc_debug.h52 uint32_t tag; member
DFreeTrackData.cpp65 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()
Dmalloc_debug.cpp120 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/
Dasequencer.h169 char tag; member
258 char tag; member
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext.h49 __u32 tag; member
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h157 const void * tag; member
/bionic/libc/include/sys/
Ducontext.h174 unsigned long tag;
/bionic/libc/kernel/
DREADME.TXT64 Then checkout the stable tag for the new kernel headers to import: