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.cc520 const typename ELF::Sword tag = dynamic->d_tag; in AdjustDynamicSectionForHole() local
523 const bool is_adjustable = (tag == DT_PLTGOT || in AdjustDynamicSectionForHole()
524 tag == DT_HASH || in AdjustDynamicSectionForHole()
525 tag == DT_GNU_HASH || in AdjustDynamicSectionForHole()
526 tag == DT_STRTAB || in AdjustDynamicSectionForHole()
527 tag == DT_SYMTAB || in AdjustDynamicSectionForHole()
528 tag == DT_RELA || in AdjustDynamicSectionForHole()
529 tag == DT_INIT || in AdjustDynamicSectionForHole()
530 tag == DT_FINI || in AdjustDynamicSectionForHole()
531 tag == DT_REL || in AdjustDynamicSectionForHole()
[all …]
/bionic/libc/malloc_debug/tests/
Dlog_fake.cpp47 extern "C" int __libc_format_log(int priority, const char* tag, const char* format, ...) { in __libc_format_log() argument
49 g_fake_log_print += tag; in __libc_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.h27 __u32 tag; member
125 struct tag { struct
146 __u32 tag; argument
147 int(* parse) (const struct tag *);
150 #define tag_member_present(tag,member) ((unsigned long) (& ((struct tag *) 0L)->member + 1) <= (tag argument
151 #define tag_next(t) ((struct tag *) ((__u32 *) (t) + (t)->hdr.size))
/bionic/libc/private/
Dlibc_logging.h87 int __libc_format_log(int pri, const char* _Nonnull tag, const char* _Nonnull fmt, ...) __printflik…
89 int __libc_format_log_va_list(int pri, const char* _Nonnull tag, const char* _Nonnull fmt, va_list …
91 int __libc_format_log_va_list(int pri, const char* _Nonnull tag, const char* _Nonnull fmt, va_list …
93 int __libc_write_log(int pri, const char* _Nonnull tag, const char* _Nonnull msg);
/bionic/libc/kernel/uapi/linux/
Dvirtio_9p.h29 __u8 tag[0]; member
Dvirtio_scsi.h35 __virtio64 tag; member
45 __virtio64 tag; member
70 __virtio64 tag; member
Dvirtio_balloon.h47 __virtio16 tag; member
Datmmpc.h42 __be32 tag; member
54 __be32 tag; member
Dif_pppox.h132 struct pppoe_tag tag[0]; member
Dfirewire-cdev.h311 __u32 tag; member
/bionic/libc/bionic/
Dlibc_logging.cpp437 static int __libc_write_stderr(const char* tag, const char* msg) { in __libc_write_stderr() argument
439 vec[0].iov_base = const_cast<char*>(tag); in __libc_write_stderr()
440 vec[0].iov_len = strlen(tag); in __libc_write_stderr()
543 int __libc_write_log(int priority, const char* tag, const char* msg) { in __libc_write_log() argument
547 return __libc_write_stderr(tag, msg); in __libc_write_log()
567 vec[4].iov_base = const_cast<char*>(tag); in __libc_write_log()
568 vec[4].iov_len = strlen(tag) + 1; in __libc_write_log()
577 int __libc_format_log_va_list(int priority, const char* tag, const char* format, va_list args) { in __libc_format_log_va_list() argument
581 return __libc_write_log(priority, tag, buffer); in __libc_format_log_va_list()
584 int __libc_format_log(int priority, const char* tag, const char* format, ...) { in __libc_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.h206 char tag; member
317 char tag; member
/bionic/libc/include/sys/
Ducontext.h138 unsigned long tag;
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext.h56 __u32 tag; member
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h157 const void * tag; member
/bionic/libc/kernel/
DREADME.TXT64 Then checkout the stable tag for the new kernel headers to import: