Lines Matching refs:note_section
1541 char note_section[128]; in BuildID() local
1546 memcpy(¬e_section, ¬e_header, sizeof(note_header)); in BuildID()
1549 memcpy(¬e_section[note_offset], "GNU", sizeof("GNU")); in BuildID()
1552 memcpy(¬e_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(¬e_section, ¬e_header, sizeof(note_header)); in BuildIDTwoNotes()
1608 memcpy(¬e_section[note_offset], "WRONG", sizeof("WRONG")); in BuildIDTwoNotes()
1611 memcpy(¬e_section[note_offset], "BUILDID", 7); in BuildIDTwoNotes()
1617 memcpy(¬e_section[note_offset], ¬e_header, sizeof(note_header)); in BuildIDTwoNotes()
1620 memcpy(¬e_section[note_offset], "GNU", sizeof("GNU")); in BuildIDTwoNotes()
1623 memcpy(¬e_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(¬e_section, ¬e_header, sizeof(note_header)); in BuildIDSectionTooSmallForName()
1680 memcpy(¬e_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForName()
1683 memcpy(¬e_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(¬e_section, ¬e_header, sizeof(note_header)); in BuildIDSectionTooSmallForDesc()
1740 memcpy(¬e_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForDesc()
1743 memcpy(¬e_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(¬e_section, ¬e_header, sizeof(note_header)); in BuildIDSectionTooSmallForHeader()
1800 memcpy(¬e_section[note_offset], "GNU", sizeof("GNU")); in BuildIDSectionTooSmallForHeader()
1803 memcpy(¬e_section[note_offset], "BUILDID", 7); in BuildIDSectionTooSmallForHeader()
1822 memory_.SetMemory(0xb000, note_section, sizeof(note_section)); in BuildIDSectionTooSmallForHeader()