[DynInst_API:] [dyninst/dyninst] 326722: Rename image::isRelocatableObj -> isRelocatableFile


Date: Fri, 07 Mar 2025 09:13:05 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 326722: Rename image::isRelocatableObj -> isRelocatableFile
  Branch: refs/heads/thaines/relocatable_files
  Home:   https://github.com/dyninst/dyninst
  Commit: 326722c7d6164c9fa0ae17c53b6c6adf02c2a7bc
      https://github.com/dyninst/dyninst/commit/326722c7d6164c9fa0ae17c53b6c6adf02c2a7bc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M dyninstAPI/src/image.h
    M dyninstAPI/src/parse-cfg.C

  Log Message:
  -----------
  Rename image::isRelocatableObj -> isRelocatableFile

This makes it consistent with all of the other names for this functionality.


  Commit: 550c41bdfecdee8d98960b9b4d13bc0a24eeb909
      https://github.com/dyninst/dyninst/commit/550c41bdfecdee8d98960b9b4d13bc0a24eeb909
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M dyninstAPI/src/image.h
    M dyninstAPI/src/parse-cfg.C
    M dyninstAPI/src/unix.C
    M symtabAPI/doc/API/Symtab/Symtab.tex
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  Rename Symtab::isRelocatableFile -> isIntermediateObject

The idea of a relocatable file as only an intermediate, unlinked file
is a concept from ELF/Unix. For me, a relocatable file is any binary
that has relocations. This includes all formats Dyninst currently
supports except non-PIEs.


Compare: https://github.com/dyninst/dyninst/compare/326722c7d616%5E...550c41bdfecd

To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 326722: Rename image::isRelocatableObj -> isRelocatableFile, Tim Haines <=