Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 25, 2024
1 parent 21c7316 commit a6212ba
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions test/db/formats/dwarf
Original file line number Diff line number Diff line change
Expand Up @@ -729,22 +729,22 @@ colu: 12
addr: 0x00001149
EOF
EXPECT_ERR=<<EOF
DEBUG: [cbin.c:3338] (section .dynsym) Cd 8[21] @ 0x3d8
DEBUG: [cbin.c:3338] (section .dynstr) Css 141 @ 0x480
DEBUG: [cbin.c:3338] (section .rela.dyn) Cd 8[24] @ 0x550
DEBUG: [cbin.c:3338] (section .rela.plt) Cd 8[3] @ 0x610
DEBUG: [cbin.c:3338] (section .init_array) Cd 8[1] @ 0x3db8
DEBUG: [cbin.c:3338] (section .fini_array) Cd 8[1] @ 0x3dc0
DEBUG: [cbin.c:3338] (section .dynamic) Cd 8[62] @ 0x3dc8
DEBUG: [cbin.c:3338] (section .got) Cd 8[9] @ 0x3fb8
DEBUG: [cbin.c:3338] (section .dynsym) Cd 8[21] @ 0x3d8
DEBUG: [cbin.c:3338] (section .dynstr) Css 141 @ 0x480
DEBUG: [cbin.c:3338] (section .rela.dyn) Cd 8[24] @ 0x550
DEBUG: [cbin.c:3338] (section .rela.plt) Cd 8[3] @ 0x610
DEBUG: [cbin.c:3338] (section .init_array) Cd 8[1] @ 0x3db8
DEBUG: [cbin.c:3338] (section .fini_array) Cd 8[1] @ 0x3dc0
DEBUG: [cbin.c:3338] (section .dynamic) Cd 8[62] @ 0x3dc8
DEBUG: [cbin.c:3338] (section .got) Cd 8[9] @ 0x3fb8
DEBUG: [cbin.c:3339] (section .dynsym) Cd 8[21] @ 0x3d8
DEBUG: [cbin.c:3339] (section .dynstr) Css 141 @ 0x480
DEBUG: [cbin.c:3339] (section .rela.dyn) Cd 8[24] @ 0x550
DEBUG: [cbin.c:3339] (section .rela.plt) Cd 8[3] @ 0x610
DEBUG: [cbin.c:3339] (section .init_array) Cd 8[1] @ 0x3db8
DEBUG: [cbin.c:3339] (section .fini_array) Cd 8[1] @ 0x3dc0
DEBUG: [cbin.c:3339] (section .dynamic) Cd 8[62] @ 0x3dc8
DEBUG: [cbin.c:3339] (section .got) Cd 8[9] @ 0x3fb8
DEBUG: [cbin.c:3339] (section .dynsym) Cd 8[21] @ 0x3d8
DEBUG: [cbin.c:3339] (section .dynstr) Css 141 @ 0x480
DEBUG: [cbin.c:3339] (section .rela.dyn) Cd 8[24] @ 0x550
DEBUG: [cbin.c:3339] (section .rela.plt) Cd 8[3] @ 0x610
DEBUG: [cbin.c:3339] (section .init_array) Cd 8[1] @ 0x3db8
DEBUG: [cbin.c:3339] (section .fini_array) Cd 8[1] @ 0x3dc0
DEBUG: [cbin.c:3339] (section .dynamic) Cd 8[62] @ 0x3dc8
DEBUG: [cbin.c:3339] (section .got) Cd 8[9] @ 0x3fb8
WARN: [cbin.c:1901] Relocs has not been applied. Please use `-e bin.relocs.apply=true` or `-e bin.cache=true` next time
DEBUG: [cbin.c:2587] Cannot resolve symbol address __libc_start_main
DEBUG: [cbin.c:2587] Cannot resolve symbol address _ITM_deregisterTMCloneTable
Expand Down

0 comments on commit a6212ba

Please sign in to comment.