(loc)
| 267 | address += get_codesec_offset(module) |
| 268 | |
| 269 | def print_loc(loc): |
| 270 | if isinstance(loc, list): |
| 271 | for l in loc: |
| 272 | l.print() |
| 273 | else: |
| 274 | loc.print() |
| 275 | |
| 276 | if ((has_debug_line_section(module) and not args.source) or |
| 277 | 'dwarf' in args.source): |