26 static bool MachineTypeToCPUType(uint32_t machineType,
bool is64Bit,
27 CPUType &type, CPUSubType &subType);
28 static bool GetELFFileBuildID(std::string
const &path, ByteVector &buildID);
30 template <
typename ELFHeader,
typename SectionHeader,
typename NotesHeader>
31 static bool ReadBuildID(
int fd,
const ELFHeader &ehdr, SectionHeader &shdr,
32 NotesHeader &nhdr, ByteVector &
id);
34 template <
typename ELFHeader,
typename SectionHeader>
35 static bool ReadSectionHeader(
int fd,
const ELFHeader &ehdr, SectionHeader &shdr,
Definition ELFSupport.h:20