HomeSort by: relevance | last modified time | path
    Searched defs:hdr_paramcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.cc 81 int hdr_paramcount = elf->decode (hdr->paramcount); local
83 hdr_paramcount * sizeof (int32_t);
94 strs = (char *) ((char *) params + hdr_paramcount * sizeof (int32_t));
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.cc 81 int hdr_paramcount = elf->decode (hdr->paramcount); local
83 hdr_paramcount * sizeof (int32_t);
94 strs = (char *) ((char *) params + hdr_paramcount * sizeof (int32_t));

Completed in 69 milliseconds