Lines Matching refs:note_offset

1547   size_t note_offset = sizeof(note_header);  in BuildID()  local
1549 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildID()
1550 note_offset += sizeof("GNU"); in BuildID()
1552 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildID()
1607 size_t note_offset = sizeof(note_header); in BuildIDTwoNotes() local
1608 memcpy(&note_section[note_offset], "WRONG", sizeof("WRONG")); in BuildIDTwoNotes()
1609 note_offset += 8; in BuildIDTwoNotes()
1611 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDTwoNotes()
1612 note_offset += 8; in BuildIDTwoNotes()
1617 memcpy(&note_section[note_offset], &note_header, sizeof(note_header)); in BuildIDTwoNotes()
1618 note_offset += sizeof(note_header); in BuildIDTwoNotes()
1620 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDTwoNotes()
1621 note_offset += sizeof("GNU"); in BuildIDTwoNotes()
1623 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDTwoNotes()
1678 size_t note_offset = sizeof(note_header); in BuildIDSectionTooSmallForName() local
1680 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForName()
1681 note_offset += sizeof("GNU"); in BuildIDSectionTooSmallForName()
1683 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForName()
1738 size_t note_offset = sizeof(note_header); in BuildIDSectionTooSmallForDesc() local
1740 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForDesc()
1741 note_offset += sizeof("GNU"); in BuildIDSectionTooSmallForDesc()
1743 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForDesc()
1798 size_t note_offset = sizeof(note_header); in BuildIDSectionTooSmallForHeader() local
1800 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForHeader()
1801 note_offset += sizeof("GNU"); in BuildIDSectionTooSmallForHeader()
1803 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForHeader()