[DynInst_API:] [dyninst/dyninst] 22d6e8: Rename Symtab::isRelocatableFile -> isUnlinkedObje...


Date: Mon, 10 Mar 2025 11:14:34 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 22d6e8: Rename Symtab::isRelocatableFile -> isUnlinkedObje...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 22d6e813cae5573dac97f467de1d3a927e27d004
      https://github.com/dyninst/dyninst/commit/22d6e813cae5573dac97f467de1d3a927e27d004
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M dyninstAPI/src/image.C
    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 -> isUnlinkedObjectFile (#1906)

* Rename image::isRelocatableObj -> isRelocatableFile

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

* Rename Symtab::isRelocatableFile -> isUnlinkedObjectFile

isRelocatableFile returns true if-and-only-if the file is ELF with
file type ET_REL. This change provides a format-agnostic name for the
same concept.



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] 22d6e8: Rename Symtab::isRelocatableFile -> isUnlinkedObje..., Tim Haines <=