Lines Matching refs:note_section

1541   char note_section[128];  in BuildID()  local
1546 memcpy(&note_section, &note_header, sizeof(note_header)); in BuildID()
1549 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildID()
1552 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildID()
1558 shdr.sh_size = sizeof(note_section); in BuildID()
1571 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildID()
1601 char note_section[128]; in BuildIDTwoNotes() local
1606 memcpy(&note_section, &note_header, sizeof(note_header)); in BuildIDTwoNotes()
1608 memcpy(&note_section[note_offset], "WRONG", sizeof("WRONG")); in BuildIDTwoNotes()
1611 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDTwoNotes()
1617 memcpy(&note_section[note_offset], &note_header, sizeof(note_header)); in BuildIDTwoNotes()
1620 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDTwoNotes()
1623 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDTwoNotes()
1629 shdr.sh_size = sizeof(note_section); in BuildIDTwoNotes()
1642 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDTwoNotes()
1672 char note_section[128]; in BuildIDSectionTooSmallForName() local
1677 memcpy(&note_section, &note_header, sizeof(note_header)); in BuildIDSectionTooSmallForName()
1680 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForName()
1683 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForName()
1702 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForName()
1732 char note_section[128]; in BuildIDSectionTooSmallForDesc() local
1737 memcpy(&note_section, &note_header, sizeof(note_header)); in BuildIDSectionTooSmallForDesc()
1740 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForDesc()
1743 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForDesc()
1762 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForDesc()
1792 char note_section[128]; in BuildIDSectionTooSmallForHeader() local
1797 memcpy(&note_section, &note_header, sizeof(note_header)); in BuildIDSectionTooSmallForHeader()
1800 memcpy(&note_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForHeader()
1803 memcpy(&note_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForHeader()
1822 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForHeader()