Home
last modified time | relevance | path

Searched refs:DT_common (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Ddata_pckts.h438 typedef struct DT_common struct
442 } DT_common; argument
H A DExperiment.cc6069 DT_common *cpckt = (DT_common *) dwin->bind (offset, sizeof (DT_common)); in read_dyntext_file()
6073 cpckt = (DT_common *) dwin->bind (offset, cpcktsize); in read_dyntext_file()
6093 fp->img_offset = offset + sizeof (DT_common); in read_dyntext_file()
6097 char *ptr = ((char*) cpckt) + sizeof (DT_common); in read_dyntext_file()
6098 size_t img_size = cpcktsize - sizeof (DT_common); in read_dyntext_file()
6111 char *srcname = dbe_strndup (((char*) cpckt) + sizeof (DT_common), in read_dyntext_file()
6112 cpcktsize - sizeof (DT_common)); in read_dyntext_file()
6132 DT_lineno *ltab = (DT_lineno*) ((char*) cpckt + sizeof (DT_common)); in read_dyntext_file()
6133 size_t sz = (cpcktsize - sizeof (DT_common)) / sizeof (DT_lineno); in read_dyntext_file()