1# 2# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# CDDL HEADER START 6# 7# The contents of this file are subject to the terms of the 8# Common Development and Distribution License, Version 1.0 only 9# (the "License"). You may not use this file except in compliance 10# with the License. 11# 12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13# or http://www.opensolaris.org/os/licensing. 14# See the License for the specific language governing permissions 15# and limitations under the License. 16# 17# When distributing Covered Code, include this CDDL HEADER in each 18# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19# If applicable, add the following below this CDDL HEADER, with the 20# fields enclosed by brackets "[]" replaced with your own identifying 21# information: Portions Copyright [yyyy] [name of copyright owner] 22# 23# CDDL HEADER END 24# 25# ident "%Z%%M% %I% %E% SMI" 26 27@ _START_ 28 29# Message file for cmd/sgs/liblddbg. 30 31@ MSG_ID_LIBLDDBG 32 33 34# Usage messages 35 36@ MSG_USE_UNRECOG "warning: unrecognized debug option `%s' (try help)" 37 38# TRANSLATION_NOTE - Use the following output in C as a reference, 1. 39# 40# For debugging the runtime linking of an application: 41# LD_DEBUG=token1,token2 prog 42# enables diagnostics to the stderr. The additional option: 43# LD_DEBUG_OUTPUT=file 44# redirects the diagnostics to an output file created using 45# the specified name and the process id as a suffix. All 46# diagnostics are prepended with the process id. 47# 48# For debugging the link-editing of an application: 49# LD_OPTIONS=-Dtoken1,token2 cc -o prog ... 50# or, 51# ld -Dtoken1,token2 -o prog ... 52# where placement of -D on the command line is significant, 53# and options can be switched off by prepending with `!'. All 54# diagnostics are prepended with the string `debug', and 55# optionally with the output file basename or fullname, and 56# its class, if the `name' or `fullname', and `class' tokens 57# are specified respectively. 58# 59# The next 13 messages makes the above output in C locale. 60# Use the tabs as alignment characters as needed. 61# 62@ MSG_USE_RTLD_A "\t\t For debugging the runtime linking of an \ 63 application:" 64# 65# Be warned that the next two messages make a sentence. 66# That is: 67# LD_DEBUG=token1,token2 prog 68# enables diagnostics to the stderr. The additional option: 69# So do not translate the msgid separately, but handle them together 70# Same kind of sentences appear in this block of messages. 71# 72@ MSG_USE_RTLD_B "\t\t\tLD_DEBUG=token1,token2 prog" 73@ MSG_USE_RTLD_C "\t\t enables diagnostics to the stderr. \ 74 The additional option:" 75@ MSG_USE_RTLD_D "\t\t\tLD_DEBUG_OUTPUT=file" 76@ MSG_USE_RTLD_E "\t\t redirects the diagnostics to an output file \ 77 created using" 78@ MSG_USE_RTLD_F "\t\t the specified name and the process id as a \ 79 suffix. All" 80@ MSG_USE_RTLD_G "\t\t diagnostics are prepended with the process id." 81 82@ MSG_USE_LD_A "\t\t For debugging the link-editing of an application:" 83@ MSG_USE_LD_B "\t\t\tLD_OPTIONS=-Dtoken1,token2 cc -o prog ..." 84@ MSG_USE_LD_C "\t\t or," 85@ MSG_USE_LD_D "\t\t\tld -Dtoken1,token2 -o prog ..." 86@ MSG_USE_LD_E "\t\t where placement of -D on the command line is \ 87 significant," 88@ MSG_USE_LD_F "\t\t and options can be switched off by prepending \ 89 with `!'. All" 90@ MSG_USE_LD_G "\t\t diagnostics are prepended with the string \ 91 `debug', and" 92@ MSG_USE_LD_H "\t\t optionally with the output file basename or \ 93 fullname, and" 94@ MSG_USE_LD_I "\t\t its class, if the `name' or `fullname', and \ 95 `class' tokens" 96@ MSG_USE_LD_J "\t\t are specified respectively." 97# 98# END OF reference 1 99# 100 101 102# TRANSLATION_NOTE 103# The next 23 messages make the following usage table. 104# Tabs are used for alignment. 105# 106# args display input argument processing (ld only) 107# audit display runtime link-audit processing (ld.so.1 only) 108# basic provide basic trace information/warnings 109# bindings display symbol binding; detail flag shows absolute:relative 110# addresses (ld.so.1 only) 111# cap display hardware/software capability processing 112# demangle display C++ symbol names in their demangled form 113# detail provide more information in conjunction with other options 114# entry display entrance criteria descriptors (ld only) 115# files display input file processing (files and libraries) 116# got display GOT symbol information (ld only) 117# help display this help message 118# init display init and fini processing (ld.so.1 only) 119# libs display library search paths; detail flag shows actual 120# library lookup (-l) processing 121# long display long object names without truncation 122# map display map file processing (ld only) 123# move display Move section information 124# reloc display relocation processing 125# sections display input section processing (ld only) 126# segments display available output segments and address/offset 127# processing; detail flag shows associated sections (ld only) 128# support display support library processing (ld only) 129# symbols display symbol table processing; detail flag shows internal 130# symbol table addition and resolution (ld only) 131# statistics display processing statistics (ld only) 132# strtab display information about string table compression (ld only) 133# detail shows layout of string tables 134# tls display TLS processing 135# unused display unused/unreferenced files; detail flag shows unused 136# sections (ld only) 137# versions display version processing 138# 139# 140# TRANSLATION_NOTE -- do not translate the first token `args'. 141@ MSG_USE_ARGS "args\t display input argument processing (ld only)" 142 143# TRANSLATION_NOTE -- do not translate the first token `audit'. 144@ MSG_USE_AUDIT "audit\t display runtime link-audit processing \ 145 (ld.so.1 only)" 146 147# TRANSLATION_NOTE -- do not translate the first token `basic'. 148@ MSG_USE_BASIC "basic\t provide basic trace information/warnings" 149 150# TRANSLATION_NOTE -- do not translate the first token `bindings'. 151@ MSG_USE_BINDINGS "bindings\t display symbol binding; detail flag shows \ 152 absolute:relative" 153@ MSG_USE_BINDINGS_2 "\t\t addresses (ld.so.1 only)" 154 155# TRANSLATION_NOTE -- do not translate the first token `cap' 156@ MSG_USE_CAP "cap\t display hardware/software capability \ 157 processing" 158 159# TRANSLATION_NOTE -- do not translate the first token `detail'. 160@ MSG_USE_DETAIL "detail\t provide more information in conjunction \ 161 with other options" 162 163# TRANSLATION_NOTE -- do not translate the first token `demangle'. 164@ MSG_USE_DEMANGLE "demangle\t display C++ symbol names in their \ 165 demangled form" 166 167# TRANSLATION_NOTE -- do not translate the first token `entry'. 168@ MSG_USE_ENTRY "entry\t display entrance criteria descriptors \ 169 (ld only)" 170 171# TRANSLATION_NOTE -- do not translate the first token `files'. 172@ MSG_USE_FILES "files\t display input file processing \ 173 (files and libraries)" 174 175# TRANSLATION_NOTE -- do not translate the first token `got'. 176@ MSG_USE_GOT "got\t display GOT symbol information (ld only)" 177 178# TRANSLATION_NOTE -- do not translate the first token `help'. 179@ MSG_USE_HELP "help\t display this help message" 180 181# TRANSLATION_NOTE -- do not translate the first token `init'. 182@ MSG_USE_INIT "init\t display init and fini processing \ 183 (ld.so.1 only)" 184 185# TRANSLATION_NOTE -- do not translate the first token `libs'. 186@ MSG_USE_LIBS "libs\t display library search paths; detail flag \ 187 shows actual" 188@ MSG_USE_LIBS_2 "\t\t library lookup (-l) processing" 189 190# TRANSLATION_NOTE -- do not translate the first token `long'. 191@ MSG_USE_LONG "long\t display long object names without truncation" 192 193# TRANSLATION_NOTE -- do not translate the first token `map'. 194@ MSG_USE_MAP "map\t display map file processing (ld only)" 195 196# TRANSLATION_NOTE -- do not translate the first token `move'. 197@ MSG_USE_MOVE "move\t display move section processing" 198 199# TRANSLATION_NOTE -- do not translate the first token `reloc'. 200@ MSG_USE_RELOC "reloc\t display relocation processing" 201 202# TRANSLATION_NOTE -- do not translate the first token `sections'. 203@ MSG_USE_SECTIONS "sections display input section processing (ld only)" 204 205# TRANSLATION_NOTE -- do not translate the first token `segments'. 206@ MSG_USE_SEGMENTS "segments display available output segments and \ 207 address/offset" 208@ MSG_USE_SEGMENTS_2 "\t\t processing; detail flag shows associated \ 209 sections (ld only)" 210# TRANSLATION_NOTE -- do not translate the first token `support'. 211@ MSG_USE_SUPPORT "support\t display support library processing (ld only)" 212 213# TRANSLATION_NOTE -- do not translate the first token `symbols'. 214@ MSG_USE_SYMBOLS "symbols\t display symbol table processing; detail \ 215 flag shows internal" 216@ MSG_USE_SYMBOLS_2 "\t\t symbol table addition and resolution (ld only)" 217 218# TRANSLATION_NOTE -- do not translate the first token `statistics'. 219@ MSG_USE_STATISTICS "statistics display processing statistics (ld only)" 220 221# TRANSLATION_NOTE -- do not translate the first token `strtab'. 222@ MSG_USE_STRTAB "strtab\t display information about string table \ 223 compression; detail" 224@ MSG_USE_STRTAB_2 "\t\t shows layout of string tables (ld only)" 225 226# TRANSLATION_NOTE -- do not translate the first token `tls/TLS'. 227@ MSG_USE_TLS "tls\t display TLS processing info" 228 229# TRANSLATION_NOTE -- do not translate the first token `unused'. 230@ MSG_USE_UNUSED "unused\t display unused/unreferenced files; detail \ 231 flag shows unused" 232@ MSG_USE_UNUSED_2 "\t\t sections (ld only)" 233 234# TRANSLATION_NOTE -- do not translate the first token `versions'. 235@ MSG_USE_VERSIONS "versions\t display version processing" 236 237# Argument messages 238 239@ MSG_ARG_FLAG "arg[%d]\tflag=-%c" 240@ MSG_ARG_FILE "arg[%d]\tfile=%s" 241 242 243# Bindings messages 244# NOTE: these are used by appcert(1) and lari(1), use care when changing. 245 246@ MSG_BND_BASIC "binding file=%s to file=%s: symbol `%s'" 247@ MSG_BND_PLT "binding file=%s (%#llx:%#llx) at plt[%d]:%s to \ 248 file=%s (%#llx:%#llx): symbol `%s'%s" 249@ MSG_BND_DLSYM "binding file=%s (dlsym) to file=%s \ 250 (%#llx:%#llx): symbol `%s'%s" 251@ MSG_BND_DEFAULT "binding file=%s (%#llx:%#llx) to file=%s \ 252 (%#llx:%#llx): symbol `%s'%s" 253@ MSG_BND_WEAK_1 "binding file=%s to 0x0 (undefined weak): symbol `%s'" 254@ MSG_BND_WEAK_2 "binding file=%s (%#llx:%#llx) to 0x0 \ 255 (undefined weak): symbol `%s'" 256 257@ MSG_BND_PROFILE " profiling symbol[%d]; call count=%d" 258 259@ MSG_BND_PSUM_SPARCV9 "Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \ 260 u44=%d, full=%d, far=%d, Total=%d" 261@ MSG_BND_PSUM_SPARC "Summary of PLT types bound: 21d=%d, 24d=%d, \ 262 full=%d, Total=%d" 263@ MSG_BND_PSUM_DEFAULT "Summary of PLT types bound: Total=%d" 264 265# Relocation messages 266 267@ MSG_REL_GENERATE "generating input relocations: section=%s" 268@ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s" 269@ MSG_REL_ACTIVE "performing active relocations" 270@ MSG_REL_CREATING "creating output relocations" 271@ MSG_REL_RELOC_START "relocation processing: file=%s%s" 272@ MSG_REL_RELOC_FINISH "relocation processing: file=%s; finished%s" 273@ MSG_REL_RELOC_NONE "relocation processing: file=%s%s; nothing to do" 274 275@ MSG_REL_RELOC_PLT " (plt processing only)" 276@ MSG_REL_RELOC_FAIL " (failed)" 277 278@ MSG_REL_TRANS "relocation transition: offset: %#llx old reloc: %s \ 279 new reloc: %s symbol `%s'" 280@ MSG_REL_DISCARDED "relocation against discarded section=%s from file=%s; \ 281 relocation type=%s offset=0x%llx; relocation discarded" 282@ MSG_REL_COPY "copy data from file=%s to file=%s: symbol `%s'%s" 283 284# Dynamic section messages 285 286@ MSG_DYN_TITLE " index tag value" 287@ MSG_DYN_ENTRY "%10.10s %-15.15s %-#14llx %s" 288 289# Entrance criteria messages 290 291@ MSG_ECR_TITLE "%s Entrance Descriptor List (available)" 292@ MSG_ECR_DYNAMIC "Dynamic" 293@ MSG_ECR_STATIC "Static" 294@ MSG_ECR_DESC "entrance descriptor[%d]" 295 296 297# Elf section messages 298 299@ MSG_ELF_TITLE " addr type size offset al file" 300@ MSG_ELF_ENTRY " %3s %#10llx %-5s %#10llx %#8llx %2lld %s%s" 301@ MSG_ELF_HEADER "ELF Header" 302@ MSG_ELF_IGNSCN " (section ignored)" 303 304 305# File messages 306 307@ MSG_FIL_BASIC "file=%s [ %s ]" 308@ MSG_FIL_ARCHIVE "file=%s [ archive ] %s" 309@ MSG_FIL_SKIP_1 "file=%s skipped: already processed as %s" 310@ MSG_FIL_SKIP_2 "file=%s skipped: already processed" 311@ MSG_FIL_REUSE "file=%s reusing: originally processed as %s" 312@ MSG_FIL_PROT "file=%s; modifying memory protections (%c PROT_WRITE)" 313@ MSG_FIL_DELETE "file=%s; deleting" 314@ MSG_FIL_DLOPEN "file=%s; dlopen() called from file=%s %s" 315@ MSG_FIL_DLCLOSE "file=%s; dlclose() %s" 316@ MSG_FIL_DLDUMP "file=%s; dldump() to file=%s %s" 317@ MSG_FIL_LAZYLOAD "file=%s; lazy loading from file=%s: symbol=%s" 318@ MSG_FIL_PRELOAD "file=%s; preloading" 319@ MSG_FIL_NEEDED "file=%s; needed by %s" 320@ MSG_FIL_FILTER_1 "file=%s; filter for %s (configuration definition)" 321@ MSG_FIL_FILTER_2 "file=%s; filter for %s" 322@ MSG_FIL_FILTEE_2 "file=%s; filtee processing failed" 323@ MSG_FIL_FILTEE_3 "file=%s; filtee skipped (auditing directed)" 324@ MSG_FIL_FIXNAME "file=%s; required name=%s" 325@ MSG_FIL_PROMOTE "file=%s; promoting mode to %s" 326@ MSG_FIL_AOUT "file=%s [ AOUT ]; generating link map" 327@ MSG_FIL_ELF "file=%s [ ELF ]; generating link map%s" 328@ MSG_FIL_LDSO "file=%s [ ELF ]" 329 330# NOTE: these are used by lari(1), use care when changing. 331@ MSG_FIL_ANALYZE "file=%s; analyzing %s" 332@ MSG_FIL_FILTEE_1 "file=%s; filtered by %s" 333@ MSG_FIL_CONFIG "file=%s [ ELF ]; configuration alternate found: %s" 334 335 336@ MSG_FIL_DATA_1 " dynamic: %#10llx base: %#10llx size: %#10llx" 337@ MSG_FIL_DATA_2 " entry: %#10llx lmid: %#10llx lmco: %#10llx" 338@ MSG_FIL_DATA_3 " dynamic: %#10llx base: %#10llx" 339@ MSG_FIL_DATA_4 " envp: %#10llx auxv: %#10llx" 340 341@ MSG_FIL_BND_ADD "file=%s; add binding to:" 342@ MSG_FIL_BND_FILE " file=%s %s" 343 344@ MSG_FIL_DEP_TITLE "processing %s dependencies %s:" 345@ MSG_FIL_DEP_NONE " file=%s; has no dependencies" 346@ MSG_FIL_DEP_ENT " file=%s; depends on:" 347 348@ MSG_FIL_DEP_ADD " file=%s; object added %s" 349@ MSG_FIL_DEP_DELETE " file=%s; object deleting %s" 350@ MSG_FIL_DEP_REMOVE " file=%s; object removed from handle %s" 351@ MSG_FIL_DEP_REMAIN " file=%s; object remains on handle %s" 352 353@ MSG_FIL_HDL_CREATE "handle=%s; creating:" 354@ MSG_FIL_HDL_COLLECT "handle=%s; collected for possible removal %s" 355@ MSG_FIL_HDL_RETAIN "handle=%s; externally referenced from %s: handle \ 356 retained" 357@ MSG_FIL_HDL_ADD "handle=%s; adding dependent objects:" 358@ MSG_FIL_HDL_DELETE "handle=%s; deleting:" 359@ MSG_FIL_HDL_ORPHAN "handle=%s; deletion cannot be completed: moving to \ 360 orphan list:" 361@ MSG_FIL_HDL_REINST "handle=%s; reinstating from orphan list:" 362 363@ MSG_FIL_DEL_RESCAN "pending deletions; rescanning orphan list for \ 364 available deletions" 365 366@ MSG_FIL_AR_RESCAN "rescanning archive list; additional members may \ 367 satisfy prior extractions" 368 369@ MSG_FIL_CONFIG_ERR "configuration file=%s: %s" 370@ MSG_FIL_CONFIG_ERR_1 "ignored (configuration building)" 371@ MSG_FIL_CONFIG_ERR_2 "invalid version" 372@ MSG_FIL_CONFIG_ERR_3 "unable to process file" 373@ MSG_FIL_CONFIG_ERR_4 "corrupt or truncated file" 374 375@ MSG_CNTL_TITLE "control list processing complete: moving lmco 0x%llx \ 376 to lmco 0x%llx" 377 378@ MSG_REJ_MACH "file=%s; rejected: wrong machine type: %s" 379@ MSG_REJ_CLASS "file=%s; rejected: wrong ELF class: %s" 380@ MSG_REJ_DATA "file=%s; rejected: wrong ELF data format: %s" 381@ MSG_REJ_TYPE "file=%s; rejected: bad ELF type: %s" 382@ MSG_REJ_BADFLAG "file=%s; rejected: bad ELF flags value: %s" 383@ MSG_REJ_MISFLAG "file=%s; rejected: mismatched ELF flags value: %s" 384@ MSG_REJ_VERSION "file=%s; rejected: mismatched ELF/lib version: %s" 385@ MSG_REJ_HAL "file=%s; rejected: HAL R1 extensions required" 386@ MSG_REJ_US3 "file=%s; rejected: Sun UltraSPARC III extensions \ 387 required" 388@ MSG_REJ_STR "obj=%s; rejected: %s" 389@ MSG_REJ_UNKFILE "obj=%s; rejected: unknown file type" 390@ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability unsupported: \ 391 %s" 392 393# Libs messages 394 395@ MSG_LIB_INITPATH "Library Search Paths (initial)" 396@ MSG_LIB_UPPATH "Library Search Paths (-L updated)" 397@ MSG_LIB_LOPT "find lib=-l%s; path=%s" 398@ MSG_LIB_REQUIRED "find lib=%s; path=%s (required by %s)" 399@ MSG_LIB_LDLIBPATH " search path=%s (LD_LIBRARY_PATH)" 400@ MSG_LIB_LDLIBPATHC " search path=%s (configuration LD_LIBRARY_PATH - %s)" 401@ MSG_LIB_RPATH " search path=%s (RPATH from file %s)" 402@ MSG_LIB_DEFAULT " search path=%s (default)" 403@ MSG_LIB_DEFAULTC " search path=%s (configuration default - %s)" 404@ MSG_LIB_LIBPATH " search path=%s (LIBPATH or -YP)" 405@ MSG_LIB_YPATH " search path=%s replaces path=%s (-Y%c)" 406 407@ MSG_LIB_FIND "find object=%s; searching" 408@ MSG_LIB_TRYING " trying path=%s%s" 409@ MSG_LIB_ALTER " trying path=%s (auditing supplied alternative)" 410@ MSG_LIB_SKIP " skip path=%s (auditing directed)" 411@ MSG_LIB_IGNORE " ignore path=%s (insecure directory name)" 412 413 414# Mapfile messages 415 416@ MSG_MAP_MAPFILE "map file=%s" 417 418@ MSG_MAP_SEG_DECL_1 "segment declaration (=), segment added:" 419@ MSG_MAP_SEG_DECL_2 "segment declaration (=), segment updated:" 420@ MSG_MAP_SEG_DECL_3 "implicit segment declaration (:), segment added:" 421@ MSG_MAP_SEG_DECL_4 "implicit segment declaration (@), segment added:" 422@ MSG_MAP_SEG_DECL_5 "size-symbol declaration (@), segment updated:" 423 424@ MSG_MAP_CAP "hardware/software declaration (=), capabilities added:" 425 426@ MSG_MAP_MAP_DIR "mapping directive (:), entrance criteria added:" 427 428@ MSG_MAP_SEC_ORDER "map section ordering, segment: %s section: \ 429 %s index: %d" 430 431@ MSG_MAP_SYM_SCOPE "symbol scope definition ({})" 432@ MSG_MAP_SYM_SIZE "size-symbol declaration (@), symbol=%s; %s" 433@ MSG_MAP_SYM_VER_1 "%s, %s; symbol=%s (%s)" 434@ MSG_MAP_SYM_VER_2 "%s; symbol=%s (%s)" 435 436@ MSG_MAP_CNT_DEF_1 "library control definition (-), %s; needed=%s" 437@ MSG_MAP_CNT_DEF_2 "library control definition (-), %s; needed" 438 439@ MSG_MAP_SORTSEG "map sort_seg_list(): original=%s" 440@ MSG_MAP_SEGSORT "map sort_seg_list(): sorted=%s" 441 442# Move messages 443 444@ MSG_MV_ADJEXPAND1 "for symbol=%s new roffset=0x%llx" 445@ MSG_MV_ADJMOVE1 "for symbol=%s roffset(from/to)=\ 446 (0x%llx/0x%llx)" 447@ MSG_MV_OUTSCTADJ1 "adjusting addend for symbol=%s" 448@ MSG_MV_MOVEDATA "file=%s processing move data" 449@ MSG_MV_EXPAND0 "expanding %s into .SUNW_data1: %s" 450@ MSG_MV_OUTMOVE0 "copying move entries for %s into .SUNW_move" 451@ MSG_MV_EXPAND1 "\t 0x%llx\t0x%llx (expanded)" 452 453@ MSG_MOVE_INPUT1 "collecting move entries: file=%s" 454@ MSG_MOVE_TITLE1 "\t i/o offset\tvalue\trepeat\tstride\tsymbol" 455@ MSG_MOVE_TITLE2 "\t address\tvalue\trepeat\tstride\tsymbol" 456@ MSG_MOVE_MVENTRY1 "\t in 0x%llx\t0x%llx\t0x%x\t0x%x\t%s" 457@ MSG_MOVE_MVENTRY2 "\t out 0x%llx\t0x%llx\t0x%x\t0x%x\t%s" 458 459# Section messages 460 461@ MSG_SEC_INPUT "section=%s; input from file=%s" 462@ MSG_SEC_ADDED "section=%s; added to segment=%s" 463@ MSG_SEC_CREATED "section=%s; added to segment=%s (created)" 464@ MSG_SEC_DISCARDED "section=%s; input from file=%s; \ 465 discarded in favor of section=%s from file=%s" 466@ MSG_SEC_GRP_INPUT "section=%s; input from file=%s; \ 467 member of group: %s:%s" 468@ MSG_SEC_GRP_DISCARDED "section=%s; input from file=%s; \ 469 discarded: member of existing group: %s:%s" 470 471@ MSG_SEC_STRTAB_STND "strtab=%s; full size: %d; uncompressed" 472@ MSG_SEC_STRTAB_COMP "strtab=%s; full size: %d -> compressed down to: %d" 473@ MSG_SEC_STRTAB_HD "Compressed String Table: %s \ 474 [%d buckets]:" 475@ MSG_SEC_STRTAB_BCKT " Bucket[%3d]:" 476@ MSG_SEC_STRTAB_MSTR " ref[%2d] %s <master>" 477@ MSG_SEC_STRTAB_SUFSTR " ref[%2d] %s <suffix of> %s" 478 479# Unused messages 480 481@ MSG_USD_SEC "section=%s; size=0x%llx; input from file=%s; \ 482 unused: does not satisfy any references%s" 483@ MSG_USD_SECDISCARD "; discarded" 484@ MSG_USD_FILE "file=%s unused: does not satisfy any references" 485@ MSG_USD_UNREF "file=%s unreferenced: unused dependency of %s" 486@ MSG_USD_FILECYCLIC "file=%s unused: cyclic group [%d] member: \ 487 unreferenced outside of group" 488@ MSG_USD_RTLDINFO "file=%s unused RTLDINFO: using RTLDINFO \ 489 from previously loaded object: file=%s" 490 491# Segment messages 492 493@ MSG_SEG_DESC_INUSE "Segment Descriptor List (in use)" 494@ MSG_SEG_DESC_AVAIL "Segment Descriptor List (available)" 495 496 497# Support messages 498 499@ MSG_SUP_REQ "support object request=%s (%s)" 500@ MSG_SUP_REQ_ENV "supplied via SGS_SUPPORT" 501@ MSG_SUP_REQ_CMD "supplied via -S" 502@ MSG_SUP_REQ_DEF "default" 503 504@ MSG_SUP_ROUTINE " support object=%s: provides routine %s" 505 506@ MSG_SUP_CALLING_1 " calling routine=%s (%s)" 507@ MSG_SUP_CALLING_2 " calling routine=%s (%s) %s=%s" 508@ MSG_SUP_OUTFILE "output file" 509@ MSG_SUP_INFILE "input file" 510@ MSG_SUP_INSEC "input section" 511@ MSG_SUP_SEC "section" 512 513# Symbol strings 514@ MSG_SYM_AR_FILE "symbol table processing; input file=%s [ archive ] %s" 515@ MSG_SYM_AR_ENTRY "archive[%lld]=%s" 516@ MSG_SYM_AR_CHECK "archive[%lld]=%s (%s) checking for tentative override" 517@ MSG_SYM_AR_RESOLVE "archive[%lld]=%s (%s) resolves undefined or tentative \ 518 symbol" 519@ MSG_SYM_AR_FORCEDEXRT "archive[%lld]=%s (%s) forced extraction" 520 521@ MSG_SYM_SPECIAL "symbol table processing; building special symbols" 522@ MSG_SYM_PROCESS "symbol table processing; input file=%s [ %s ]" 523@ MSG_SYM_FINAL "symbol table processing; final update" 524@ MSG_SYM_INDEX "symbol table processing; determining section \ 525 symbol's index" 526@ MSG_SYM_BSS "symbol table processing; assigning to bss \ 527 (possible copy relocations)" 528@ MSG_SYM_REDUCED "symbol table processing; reducing global symbols" 529@ MSG_SYM_RETAINING "symbol table processing; retaining local symbols" 530@ MSG_SYM_VERSION "symbol table processing; adding version symbols" 531 532@ MSG_SYM_BASIC "symbol[%lld]=%s" 533@ MSG_SYM_ADDING "symbol[%lld]=%s (global); adding" 534@ MSG_SYM_SECTION "symbol[%d]=%s (section); segment=%s" 535@ MSG_SYM_RESOLVING "symbol[%lld]=%s (global); resolving [%d][%d]" 536@ MSG_SYM_UPDATE "symbol=%s; updated" 537@ MSG_SYM_CREATE "symbol=%s; creating" 538@ MSG_SYM_REDUCING "symbol=%s; reducing to local" 539@ MSG_SYM_ELIMINATING "symbol=%s; eliminating" 540@ MSG_SYM_NOTELIMINATE "symbol=%s; not eliminated: referenced by \ 541 section=%s, entry[%d]" 542@ MSG_SYM_DISCARDED "symbol=%s; discarded because it is part of \ 543 discarded section=%s from file=%s" 544 545@ MSG_SYM_AOUT "symbol=%s; (original AOUT name)" 546@ MSG_SYM_LOOKUP "symbol=%s; lookup in file=%s [ %s ]" 547@ MSG_SYM_DLSYM_1 "symbol=%s; dlsym() called from file=%s %s" 548@ MSG_SYM_DLSYM_2 "symbol=%s; dlsym() called from file=%s; starting at \ 549 file=%s %s" 550 551@ MSG_SYM_LAZY_RESCAN "rescanning for lazy dependencies for symbol: %s" 552 553# Syminfo strings 554@ MSG_SYMI_TITLE1 "syminfo information" 555@ MSG_SYMI_TITLE2 " index flgs bound to symbol" 556@ MSG_SYMI_SELF "<self>" 557@ MSG_SYMI_PARENT "<parent>" 558@ MSG_SYMI_EXTERN "<extern>" 559 560# Version strings 561 562@ MSG_VER_AVAIL_1 "version availability: file=%s" 563@ MSG_VER_AVAIL_2 " available version selected from" 564@ MSG_VER_DEF_1 "version definition processing: file=%s" 565@ MSG_VER_NEED_1 "version needed processing: file=%s" 566@ MSG_VER_NOINTERFACE "version definition has no interface symbols: %s" 567 568# SHF_ORDERED related messages. Token used is sections. 569 570@ MSG_ORD_SORT_BEFORE "Output section to be sorted=%s" 571@ MSG_ORD_SORT_AFTER "Output section sorted=%s" 572@ MSG_ORD_HDR_1 " No. of SHN_BEGIN=%u, SHN_AFTER=%u, sh_info/sh_link=%u" 573@ MSG_ORD_TITLE_0 " section=%s from %s is not an ordered section" 574@ MSG_ORD_TITLE_1 " section=%s from %s, sh_info=SHN_BEGIN" 575@ MSG_ORD_TITLE_2 " section=%s from %s, sh_info=SHN_AFTER" 576@ MSG_ORD_TITLE_3 " section=%s from %s, sh_info=%s, sort_val=%d" 577@ MSG_ORD_TITLE_4 " section=%s from %s, sh_link=%s, sort_val=%d" 578 579@ MSG_ORD_ERR_TITLE "The SHF_ORDERED section %s from %s has \ 580 an error; flag ignored" 581 582@ MSG_ORD_ERR_INFORANGE " The sh_info field is out of range" 583@ MSG_ORD_ERR_ORDER " The section pointed by sh_info is an ordered section" 584@ MSG_ORD_ERR_LINKRANGE " The sh_link field is out of range" 585@ MSG_ORD_ERR_FLAGS " The sh_flag is incorrect" 586@ MSG_ORD_ERR_CYCLIC " The sh_link is cyclic" 587@ MSG_ORD_ERR_LINKINV " A section pointed to by sh_link has an error" 588 589# Link-Auditing Messages 590 591@ MSG_AUD_INIT "audit library %s: processing" 592@ MSG_AUD_VERSION "audit library %s: running at version: %d" 593@ MSG_AUD_INTERFACE "audit library %s: provides interface: %s" 594@ MSG_AUD_OBJECT "audit library %s: offered object: %s" 595@ MSG_AUD_SYM "audit library %s: %s: symbol: %s: value: 0x%llx %s" 596@ MSG_AUD_SYMNEW "modified to: 0x%llx" 597 598# GOT Messages 599 600@ MSG_GOT_TITLE "Global Offset Table information: (%u entries)" 601 602# TRANSLATION_NOTE 603# Do not translate .init or .fini, they represent reserved section names. 604 605@ MSG_UTL_INIT "calling .init (%s): %s" 606@ MSG_UTL_FINI "calling .fini: %s" 607@ MSG_UTL_ARRAY "calling %s[%d]:0x%llx: %s" 608@ MSG_UTL_TRANS "transferring control: %s" 609@ MSG_UTL_WAIT "suspending thread: %s from %s for completion of init \ 610 for %s" 611@ MSG_UTL_BROAD "signal suspended threads: %s init complete" 612@ MSG_UTL_INTOOLATE "loading after relocation has started: interposition \ 613 request (DF_1_INTERPOSE) ignored: %s" 614 615@ MSG_UTL_EDGE_TITLE "traversing %s dependency edge:" 616@ MSG_UTL_EDGE_START " node (%d): file=%s" 617@ MSG_UTL_EDGE_IN " node (%d): file=%s: referenced by %s %s" 618@ MSG_UTL_EDGE_OUT " node (%d): file=%s; cyclic dependency on %s" 619@ MSG_UTL_COLLECT " [%d] %s; collecting %s section" 620 621@ MSG_UTL_SORT "from sorted order" 622@ MSG_UTL_PEND "pending" 623@ MSG_UTL_DYN "dynamically triggered" 624@ MSG_UTL_DONE "done" 625 626@ MSG_UTL_NOINIT "warning: calling %s whose init has not completed" 627 628@ MSG_UTL_DBNOTIFY "notify debugger: event: %s state: %s" 629 630@ MSG_UTL_SCC_TITLE " cycle detected - sorting cyclic dependencies in %s" 631@ MSG_UTL_SCC_SUBI "reverse load-order" 632@ MSG_UTL_SCC_SUBF "load-order" 633 634# Generic strings 635 636@ MSG_STR_IGNORE "ignored" 637@ MSG_STR_ENTERED "entered" 638@ MSG_STR_INITIAL "initialized" 639@ MSG_STR_IN " in" 640@ MSG_STR_OUT "out" 641@ MSG_STR_ERROR "error" 642@ MSG_STR_ACT "act" 643@ MSG_STR_OLD "old" 644@ MSG_STR_NEW "new" 645@ MSG_STR_RESOLVED "resolved" 646@ MSG_STR_ADD "adding" 647@ MSG_STR_UP_1 "updating" 648@ MSG_STR_UP_2 "updated" 649@ MSG_STR_SYMBOL "symbol binding" 650 651@ MSG_STR_UNKNOWN "<unknown>" 652@ MSG_STR_ORPHAN "<orphan>" 653 654@ MSG_STR_UNUSED "(unused)" 655@ MSG_STR_AGAIN "(again)" 656@ MSG_STR_NULL "(null)" 657@ MSG_STR_ALTER " (alternate)" 658@ MSG_STR_COPYZERO " (copy zero's unnecessary)" 659@ MSG_STR_TEMPORARY " (temporary)" 660 661# PLT padding messages 662 663@ MSG_REL_PADBOUNDTO " pltpad file=%s pad: 0x%8.8llx bound to \ 664 file=%s symbol `%s'" 665@ MSG_REL_PADBINDTO " pltpad file=%s symbol `%s' binds to pad: 0x%8.8llx" 666 667# TLS related messages 668 669@ MSG_TLS_STATBLOCK1 "static TLS module: [%2d] %s" 670@ MSG_TLS_STATBLOCK2 "static TLS module: Total Static Size: %#llx" 671@ MSG_TLS_STMODENT1 " block: %#10llx soff: %#10llx flags: %#4llx" 672@ MSG_TLS_STMODENT2 " filesz: %#10llx memsz: %#10llx modid: %#4llx" 673@ MSG_TLS_MODACT "%s TLS module: %s" 674@ MSG_TLS_ADD "add" 675@ MSG_TLS_REMOVE "remove" 676 677# Statistics related messages 678 679@ MSG_STATS_AR "archive %s: count=%d, used=%d (%d%%)" 680 681@ MSG_STATS_GENERAL "General Statistics:" 682@ MSG_STATS_FILES " Input files: relocatables=%lld \ 683 shared objects=%lld archives=%lld" 684@ MSG_STATS_SYMBOLS " Symbols: locals=%lld globals=%lld \ 685 (processed=%lld)" 686@ MSG_STATS_RELOCS " Relocations: output=%lld (active=%lld)" 687 688# Hardware/Software capabilities messages 689@ MSG_CAP_ELF_TITLE " index tag value" 690@ MSG_CAP_ELF_ENTRY "%10.10s %-15.15s %s" 691 692@ MSG_CAP_HW_1 "hardware capabilities - %s" 693 694@ MSG_CAP_SEC_TITLE "hardware/software capabilities; input file=%s" 695@ MSG_CAP_SEC_ENTRY "%12.12s %-15.15s %s" 696 697@ MSG_CAP_HW_CANDIDATE "obj=%s; hardware capabilities candidate" 698 699@ MSG_CAP_HWFILTR_1 "dir=%s; hardware capability directory filtered by %s" 700@ MSG_CAP_HWFILTR_2 "dir=%s; no hardware capability objects found" 701 702@ _END_ 703 704# Debug enabling tokens (for now these are untranslated) 705 706@ MSG_TOK_ALL "all" 707@ MSG_TOK_ARGS "args" 708@ MSG_TOK_BINDINGS "bindings" 709@ MSG_TOK_CAP "cap" 710@ MSG_TOK_BASIC "basic" 711@ MSG_TOK_DETAIL "detail" 712@ MSG_TOK_ENTRY "entry" 713@ MSG_TOK_FILES "files" 714@ MSG_TOK_HELP "help" 715@ MSG_TOK_INIT "init" 716@ MSG_TOK_LIBS "libs" 717@ MSG_TOK_LONG "long" 718@ MSG_TOK_MAP "map" 719@ MSG_TOK_RELOC "reloc" 720@ MSG_TOK_SECTIONS "sections" 721@ MSG_TOK_SEGMENTS "segments" 722@ MSG_TOK_SUPPORT "support" 723@ MSG_TOK_SYMBOLS "symbols" 724@ MSG_TOK_TLS "tls" 725@ MSG_TOK_VERSIONS "versions" 726@ MSG_TOK_AUDIT "audit" 727@ MSG_TOK_GOT "got" 728@ MSG_TOK_MOVE "move" 729@ MSG_TOK_DEMANGLE "demangle" 730@ MSG_TOK_STRTAB "strtab" 731@ MSG_TOK_STATISTICS "statistics" 732@ MSG_TOK_UNUSED "unused" 733 734@ MSG_TOK_NAME "name" 735@ MSG_TOK_FULLNAME "fullname" 736@ MSG_TOK_CLASS "class" 737 738# The following strings represent reserved words, files, pathnames and symbols. 739# Reference to this strings is via the MSG_ORIG() macro, and thus no message 740# translation is required. 741 742@ MSG_STR_EMPTY "" 743@ MSG_STR_DELIMIT ",:" 744 745@ MSG_SCN_GOT ".got" 746@ MSG_SCN_PLT ".plt" 747@ MSG_SCN_BSS ".bss" 748@ MSG_SCN_INIT ".init" 749@ MSG_SCN_FINI ".fini" 750@ MSG_SCN_INITARRAY ".initarray" 751@ MSG_SCN_FINIARRAY ".finiarray" 752@ MSG_SCN_PREINITARRAY ".preinitarray" 753 754@ MSG_UTL_SCC_ENTRY " [%d] %s" 755 756@ MSG_FMT_INDEX " [%d]" 757@ MSG_FMT_STR "%s" 758@ MSG_FMT_PATH "%s/%s" 759 760@ MSG_PTH_OBJECT "/tmp/ld.so-OBJECT-" 761@ MSG_FIL_RTLD "ld.so.1" 762 763@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 764 765# Entrance criteria messages 766 767@ MSG_ECR_NAME " ec_name: %-8s ec_attrmask: %s" 768@ MSG_ECR_SEGMENT " ec_segment: %-8s ec_attrbits: %s" 769@ MSG_ECR_NDX " ec_ndx: %-8d ec_type: %s" 770@ MSG_ECR_FILES " ec_files:" 771@ MSG_ECR_FILE " %s" 772 773# Elf section messages 774 775@ MSG_ELF_MAGIC " ei_magic: { 0x%x, %c, %c, %c }" 776@ MSG_ELF_CLASS " ei_class: %-18s ei_data: %s" 777@ MSG_ELF_MACHINE " e_machine: %-18s e_version: %s" 778@ MSG_ELF_TYPE " e_type: %s" 779@ MSG_ELF_FLAGS " e_flags: %18s" 780@ MSG_ELF_FLAGS_FMT " e_flags: %s" 781@ MSG_ELF_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 782 e_shstrndx: %2d" 783@ MSG_ELFX_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 784 e_shstrndx: [sh[0].sh_link]" 785@ MSG_ELF_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 786 e_shnum: %2d" 787@ MSG_ELFX_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 788 e_shnum: [sh[0].sh_size]" 789@ MSG_ELF_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 790 e_phnum: %2d" 791 792# Shdr[0] messages 793@ MSG_SHD0_TITLE "Section Header[0]: {ELF Ehdr extensions}" 794@ MSG_SHD0_SIZE " sh_size: %-6lld [shnum] sh_type: %s" 795@ MSG_SHD0_LINK " sh_link: %-6d [strndx] sh_info: %s" 796 797# Section header messages 798 799@ MSG_SHD_ADDR " sh_addr: %#-14llx sh_flags: %s" 800@ MSG_SHD_SIZE " sh_size: %#-14llx sh_type: %s" 801@ MSG_SHD_OFFSET " sh_offset: %#-14llx sh_entsize: %#llx" 802@ MSG_SHD_ALIGN " sh_addralign: %#-14llx" 803@ MSG_SHD_LINK " sh_link: %-14d sh_info: %s" 804 805# Libs messages 806 807@ MSG_LIB_FILE " %s" 808 809# Program header messages 810 811@ MSG_PHD_VADDR " p_vaddr: %#-14llx p_flags: %s" 812@ MSG_PHD_PADDR " p_paddr: %#-14llx p_type: %s" 813@ MSG_PHD_FILESZ " p_filesz: %#-14llx p_memsz: %#llx" 814@ MSG_PHD_OFFSET " p_offset: %#-14llx p_align: %#llx" 815 816 817# PLT binding methods 818 819@ MSG_PLT_21D "21d" 820@ MSG_PLT_24D "24d" 821@ MSG_PLT_U32 "u32" 822@ MSG_PLT_U44 "u44" 823@ MSG_PLT_FULL "full" 824@ MSG_PLT_FAR "far" 825 826# Segment messages 827 828@ MSG_SEG_NAME "segment[%d] sg_name: %s" 829@ MSG_SEG_LENGTH " sg_length: %#llx" 830@ MSG_SEG_FLAGS " sg_flags: %s" 831@ MSG_SEG_SIZESYM " sg_sizesym: %s" 832@ MSG_SEG_ORDER " sec_order:" 833@ MSG_SEG_SECTION " sec_name: %-8s sec_index: %u" 834 835# Section messages (used when expanding segment information) 836 837@ MSG_SEC_NAME " section[%d] os_name: %s" 838 839# Symbol strings 840 841@ MSG_SYM_GLOBAL "global" 842@ MSG_SYM_LOCAL "local" 843@ MSG_SYM_COPY "copy rel" 844@ MSG_SYM_NEXT "[ RTLD_NEXT ]" 845@ MSG_SYM_DEFAULT "[ RTLD_DEFAULT ]" 846@ MSG_SYM_SELF "[ RTLD_SELF ]" 847@ MSG_SYM_PROBE "[ RTLD_PROBE ]" 848 849# Link-map mode strings 850 851@ MSG_MODE_GLOBNODEL "[ GLOBAL NODELETE ]" 852@ MSG_MODE_GLOB "[ GLOBAL ]" 853@ MSG_MODE_NODEL "[ NODELETE ]" 854 855# NOTE: these are used by lari(1), use care when changing. 856@ MSG_BINFO_START " (" 857@ MSG_BINFO_DIRECT "direct" 858@ MSG_BINFO_INTERPOSE "interpose" 859@ MSG_BINFO_COPYREF "copy-ref" 860@ MSG_BINFO_FILTEE "filtee" 861@ MSG_BINFO_PLTADDR "plt-addr" 862@ MSG_BINFO_END ")" 863@ MSG_BINFO_SEP "," 864 865# Utility messages 866 867@ MSG_UTL_EVNT_PREINIT "RD_PREINIT" 868@ MSG_UTL_EVNT_POSTINIT "RD_POSTINIT" 869@ MSG_UTL_EVNT_DLACT "RD_DLACTIVITY" 870 871@ MSG_UTL_STA_ADD "RT_ADD" 872@ MSG_UTL_STA_DELETE "RT_DELETE" 873@ MSG_UTL_STA_CONSIST "RT_CONSISTENT" 874 875# 876# The following messages are placed here because: 877# *) it is difficult to keep the table aligned, and to document them, 878# *) the information here are mainly for programmers, and not for 879# regular end-users. 880# 881 882# Relocation messages 883@ MSG_REL_TITLE_1 " type \ 884 offset value section symbol" 885@ MSG_REL_REL_TITLE_2 " type \ 886 offset section symbol" 887@ MSG_REL_RELA_TITLE_2 " type \ 888 offset addend section symbol" 889@ MSG_REL_REL_TITLE_3 " type \ 890 offset value symbol" 891@ MSG_REL_RELA_TITLE_3 " type \ 892 offset addend symbol" 893@ MSG_REL_RELA_TITLE_4 " \ 894 value" 895@ MSG_REL_ARGS_2 " %#14llx %#10llx" 896@ MSG_REL_ARGS_6 " %5s %-21s %#14llx %#10llx %-14.14s %s %s" 897@ MSG_REL_L_ARGS_6 " %5s %-21s %#14llx %#10llx %-14s %s %s" 898@ MSG_REL_ARGS_5 " %5s %-21s %#14llx %-14.14s %s %s" 899@ MSG_REL_L_ARGS_5 " %5s %-21s %#14llx %-14s %s %s" 900@ MSG_REL_REGSYM " %14.14s %#10llx" 901 902# Symbol strings 903@ MSG_SYM_TITLE "%10.10s value size type bind \ 904 oth ver shndx %s" 905@ MSG_SYM_L_TITLE "%10.10s value size type bind \ 906 oth ver shndx/%s" 907@ MSG_SYM_ENTRY "%10.10s %10.10s 0x%8.8llx %4s %4s %2s %4d \ 908 %-11.11s %s" 909@ MSG_SYM_L_ENTRY "%10.10s %10.10s 0x%8.8llx %4s %4s %2s %4d \ 910 %-11s %s" 911 912@ MSG_SYM_TITLE_64 "%10.10s value size type bind \ 913 oth ver shndx %s" 914@ MSG_SYM_L_TITLE_64 "%10.10s value size type bind \ 915 oth ver shndx/%s" 916@ MSG_SYM_ENTRY_64 "%10.10s %14.14s 0x%12.12llx %4s %4s %2s %4d \ 917 %-11.11s %s" 918@ MSG_SYM_L_ENTRY_64 "%10.10s %14.14s 0x%12.12llx %4s %4s %2s %4d \ 919 %-11s %s" 920 921# Version messages 922@ MSG_VER_SELECTED " SELECTED %-26.26s %s" 923@ MSG_VER_L_SELECTED " SELECTED %-26s %s" 924@ MSG_VER_ALL " ALL %-26.26s" 925@ MSG_VER_L_ALL " ALL %-26s" 926@ MSG_VER_DEF_2 " index version dependency" 927@ MSG_VER_NEED_2 " file version" 928@ MSG_VER_LINE_1 "%10.10s %-26.26s %-20s %s" 929@ MSG_VER_L_LINE_1 "%10s %-26s %-20s %s" 930@ MSG_VER_LINE_2 "%47s %s" 931@ MSG_VER_LINE_3 "%38s %-20s %s" 932@ MSG_VER_LINE_4 "%38s %s" 933@ MSG_VER_LINE_5 " %-26.26s %s" 934@ MSG_VER_L_LINE_5 " %-26s %s" 935 936 937# GOT messages 938@ MSG_GOT_COLUMNS "index\tref\taddend\t\tsymbol" 939@ MSG_GOT_SMALL_PIC "pic" 940@ MSG_GOT_PIC "PIC" 941@ MSG_GOT_FORMAT1 "[%05d] %3s 0x%08llx %s" 942@ MSG_GOT_FORMAT2 "[%05d] %3s 0x%08llx %s:%s" 943@ MSG_GOT_ECOLUMNS " ndx addr value reloc \ 944 addend symbol" 945@ MSG_GOT_ECOLUMNS_64 " ndx addr value reloc \ 946 addend symbol" 947@ MSG_GOT_EFORMAT "[%05d] %08llx %08llx %-18s %08llx %s" 948@ MSG_GOT_EFORMAT_64 "[%05d] %012llx %012llx %-18s %012llx %s" 949 950@ MSG_SYMI_FMT "%10.10s %-4s %7s %-18s %s" 951 952@ MSG_CNTL_ENTRY " [0x%llx] %s" 953