HomeSort by relevance Sort by last modified time
    Searched full:sec_contents (Results 1 - 1 of 1) sorted by null

  /external/oprofile/libutil++/
op_spu_bfd.cpp 103 bfd_byte * sec_contents; local
107 sec_contents = (bfd_byte *) xmalloc(sec_size);
108 if (!bfd_get_section_contents(ibfd.abfd, note, sec_contents,
118 nsize = *((unsigned int *) sec_contents);
119 dsize = *((unsigned int *) sec_contents +1);
120 type = *((unsigned int *) sec_contents +2);
135 sec_contents += note_record_length;
139 /* Must memcpy the data from sec_contents to a
141 * the type of sec_contents (bfd_byte *) cannot be
145 memcpy(description, sec_contents + desc_start, dsize)
    [all...]

Completed in 51 milliseconds