Lines Matching refs:shdr

528   Shdr shdr = {};  in SonameInit()  local
529 shdr.sh_type = SHT_STRTAB; in SonameInit()
531 shdr.sh_addr = 0x20100; in SonameInit()
533 shdr.sh_addr = 0x10100; in SonameInit()
535 shdr.sh_offset = 0x10000; in SonameInit()
536 memory_.SetMemory(0x200 + sizeof(shdr), &shdr, sizeof(shdr)); in SonameInit()
784 Shdr shdr = {}; in InitSectionHeadersMalformedSymData() local
785 shdr.sh_type = SHT_SYMTAB; in InitSectionHeadersMalformedSymData()
786 shdr.sh_link = 4; in InitSectionHeadersMalformedSymData()
787 shdr.sh_addr = 0x5000; in InitSectionHeadersMalformedSymData()
788 shdr.sh_offset = 0x5000; in InitSectionHeadersMalformedSymData()
789 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
790 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
791 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
794 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
795 shdr.sh_type = SHT_DYNSYM; in InitSectionHeadersMalformedSymData()
796 shdr.sh_link = 10; in InitSectionHeadersMalformedSymData()
797 shdr.sh_addr = 0x6000; in InitSectionHeadersMalformedSymData()
798 shdr.sh_offset = 0x6000; in InitSectionHeadersMalformedSymData()
799 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
800 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
801 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
804 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
805 shdr.sh_type = SHT_DYNSYM; in InitSectionHeadersMalformedSymData()
806 shdr.sh_link = 2; in InitSectionHeadersMalformedSymData()
807 shdr.sh_addr = 0x6000; in InitSectionHeadersMalformedSymData()
808 shdr.sh_offset = 0x6000; in InitSectionHeadersMalformedSymData()
809 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
810 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
811 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
815 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
816 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersMalformedSymData()
817 shdr.sh_name = 0x20000; in InitSectionHeadersMalformedSymData()
818 shdr.sh_offset = 0xf000; in InitSectionHeadersMalformedSymData()
819 shdr.sh_size = 0x1000; in InitSectionHeadersMalformedSymData()
820 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersMalformedSymData()
857 Shdr shdr = {}; in InitSectionHeaders() local
858 shdr.sh_type = SHT_SYMTAB; in InitSectionHeaders()
859 shdr.sh_link = 4; in InitSectionHeaders()
860 shdr.sh_addr = 0x5000; in InitSectionHeaders()
861 shdr.sh_offset = 0x5000; in InitSectionHeaders()
862 shdr.sh_entsize = sizeof(Sym); in InitSectionHeaders()
863 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
864 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeaders()
867 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeaders()
868 shdr.sh_type = SHT_DYNSYM; in InitSectionHeaders()
869 shdr.sh_link = 4; in InitSectionHeaders()
870 shdr.sh_addr = 0x6000; in InitSectionHeaders()
871 shdr.sh_offset = 0x6000; in InitSectionHeaders()
872 shdr.sh_entsize = sizeof(Sym); in InitSectionHeaders()
873 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
874 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeaders()
877 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeaders()
878 shdr.sh_type = SHT_PROGBITS; in InitSectionHeaders()
879 shdr.sh_name = 0xa000; in InitSectionHeaders()
880 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeaders()
884 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeaders()
885 shdr.sh_type = SHT_STRTAB; in InitSectionHeaders()
886 shdr.sh_name = 0x20000; in InitSectionHeaders()
887 shdr.sh_offset = 0xf000; in InitSectionHeaders()
888 shdr.sh_size = 0x1000; in InitSectionHeaders()
889 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeaders()
944 Shdr shdr = {}; in InitSectionHeadersOffsets() local
945 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsets()
946 shdr.sh_link = 2; in InitSectionHeadersOffsets()
947 shdr.sh_name = 0x200; in InitSectionHeadersOffsets()
948 shdr.sh_addr = 0x5000; in InitSectionHeadersOffsets()
949 shdr.sh_offset = 0x5000; in InitSectionHeadersOffsets()
950 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
951 shdr.sh_size = 0x800; in InitSectionHeadersOffsets()
952 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
956 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsets()
957 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersOffsets()
958 shdr.sh_name = 0x20000; in InitSectionHeadersOffsets()
959 shdr.sh_offset = 0xf000; in InitSectionHeadersOffsets()
960 shdr.sh_size = 0x1000; in InitSectionHeadersOffsets()
961 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
964 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsets()
965 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsets()
966 shdr.sh_link = 2; in InitSectionHeadersOffsets()
967 shdr.sh_name = 0x100; in InitSectionHeadersOffsets()
968 shdr.sh_addr = 0x6000; in InitSectionHeadersOffsets()
969 shdr.sh_offset = 0x6000; in InitSectionHeadersOffsets()
970 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
971 shdr.sh_size = 0x500; in InitSectionHeadersOffsets()
972 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
975 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsets()
976 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsets()
977 shdr.sh_link = 2; in InitSectionHeadersOffsets()
978 shdr.sh_name = 0x300; in InitSectionHeadersOffsets()
979 shdr.sh_addr = 0x7000; in InitSectionHeadersOffsets()
980 shdr.sh_offset = 0x7000; in InitSectionHeadersOffsets()
981 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
982 shdr.sh_size = 0x800; in InitSectionHeadersOffsets()
983 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
986 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsets()
987 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsets()
988 shdr.sh_link = 2; in InitSectionHeadersOffsets()
989 shdr.sh_name = 0x400; in InitSectionHeadersOffsets()
990 shdr.sh_addr = 0xa000; in InitSectionHeadersOffsets()
991 shdr.sh_offset = 0xa000; in InitSectionHeadersOffsets()
992 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
993 shdr.sh_size = 0xf00; in InitSectionHeadersOffsets()
994 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
997 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsets()
998 shdr.sh_type = SHT_NOTE; in InitSectionHeadersOffsets()
999 shdr.sh_name = 0x500; in InitSectionHeadersOffsets()
1000 shdr.sh_addr = 0xb000; in InitSectionHeadersOffsets()
1001 shdr.sh_offset = 0xb000; in InitSectionHeadersOffsets()
1002 shdr.sh_size = 0xf00; in InitSectionHeadersOffsets()
1003 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsets()
1057 Shdr shdr = {}; in InitSectionHeadersOffsetsEhFrameSectionBias() local
1058 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsetsEhFrameSectionBias()
1059 shdr.sh_link = 2; in InitSectionHeadersOffsetsEhFrameSectionBias()
1060 shdr.sh_name = 0x200; in InitSectionHeadersOffsetsEhFrameSectionBias()
1061 shdr.sh_addr = 0x8000; in InitSectionHeadersOffsetsEhFrameSectionBias()
1062 shdr.sh_offset = 0x8000; in InitSectionHeadersOffsetsEhFrameSectionBias()
1063 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameSectionBias()
1064 shdr.sh_size = 0x800; in InitSectionHeadersOffsetsEhFrameSectionBias()
1065 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1069 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1070 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersOffsetsEhFrameSectionBias()
1071 shdr.sh_name = 0x20000; in InitSectionHeadersOffsetsEhFrameSectionBias()
1072 shdr.sh_offset = 0xf000; in InitSectionHeadersOffsetsEhFrameSectionBias()
1073 shdr.sh_size = 0x1000; in InitSectionHeadersOffsetsEhFrameSectionBias()
1074 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1077 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1078 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsetsEhFrameSectionBias()
1079 shdr.sh_link = 2; in InitSectionHeadersOffsetsEhFrameSectionBias()
1080 shdr.sh_name = 0x100; in InitSectionHeadersOffsetsEhFrameSectionBias()
1081 shdr.sh_addr = addr; in InitSectionHeadersOffsetsEhFrameSectionBias()
1082 shdr.sh_offset = offset; in InitSectionHeadersOffsetsEhFrameSectionBias()
1083 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameSectionBias()
1084 shdr.sh_size = 0x500; in InitSectionHeadersOffsetsEhFrameSectionBias()
1085 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1149 Shdr shdr = {}; in InitSectionHeadersOffsetsEhFrameHdrSectionBias() local
1150 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1151 shdr.sh_link = 2; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1152 shdr.sh_name = 0x200; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1153 shdr.sh_addr = addr; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1154 shdr.sh_offset = offset; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1155 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1156 shdr.sh_size = 0x800; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1157 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1161 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1162 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1163 shdr.sh_name = 0x20000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1164 shdr.sh_offset = 0xf000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1165 shdr.sh_size = 0x1000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1166 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1169 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1170 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1171 shdr.sh_link = 2; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1172 shdr.sh_name = 0x100; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1173 shdr.sh_addr = 0x5000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1174 shdr.sh_offset = 0x5000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1175 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1176 shdr.sh_size = 0x500; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1177 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1240 Shdr shdr = {}; in InitSectionHeadersOffsetsDebugFrameSectionBias() local
1241 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1242 shdr.sh_link = 2; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1243 shdr.sh_name = 0x100; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1244 shdr.sh_addr = addr; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1245 shdr.sh_offset = offset; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1246 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1247 shdr.sh_size = 0x800; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1248 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsDebugFrameSectionBias()
1252 memset(&shdr, 0, sizeof(shdr)); in InitSectionHeadersOffsetsDebugFrameSectionBias()
1253 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1254 shdr.sh_name = 0x20000; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1255 shdr.sh_offset = 0xf000; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1256 shdr.sh_size = 0x1000; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1257 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsDebugFrameSectionBias()
1424 Elf32_Shdr shdr = {}; in TEST_F() local
1425 shdr.sh_type = SHT_NULL; in TEST_F()
1426 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1428 sh_offset += sizeof(shdr); in TEST_F()
1429 memset(&shdr, 0, sizeof(shdr)); in TEST_F()
1430 shdr.sh_type = SHT_STRTAB; in TEST_F()
1431 shdr.sh_name = 1; in TEST_F()
1432 shdr.sh_offset = 0x500; in TEST_F()
1433 shdr.sh_size = 0x100; in TEST_F()
1434 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1437 sh_offset += sizeof(shdr); in TEST_F()
1438 memset(&shdr, 0, sizeof(shdr)); in TEST_F()
1439 shdr.sh_type = SHT_PROGBITS; in TEST_F()
1440 shdr.sh_name = 0; in TEST_F()
1441 shdr.sh_addr = 0x600; in TEST_F()
1442 shdr.sh_offset = 0x600; in TEST_F()
1443 shdr.sh_size = 0x200; in TEST_F()
1444 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1481 Elf32_Shdr shdr = {}; in TEST_F() local
1482 shdr.sh_type = SHT_NULL; in TEST_F()
1483 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1485 sh_offset += sizeof(shdr); in TEST_F()
1486 memset(&shdr, 0, sizeof(shdr)); in TEST_F()
1487 shdr.sh_type = SHT_STRTAB; in TEST_F()
1488 shdr.sh_name = 1; in TEST_F()
1489 shdr.sh_offset = 0x500; in TEST_F()
1490 shdr.sh_size = 0x100; in TEST_F()
1491 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1494 sh_offset += sizeof(shdr); in TEST_F()
1495 memset(&shdr, 0, sizeof(shdr)); in TEST_F()
1496 shdr.sh_type = SHT_PROGBITS; in TEST_F()
1497 shdr.sh_name = 0; in TEST_F()
1498 shdr.sh_addr = 0x600; in TEST_F()
1499 shdr.sh_offset = 0x600; in TEST_F()
1500 shdr.sh_size = 0x200; in TEST_F()
1501 memory_.SetMemory(sh_offset, &shdr, sizeof(shdr)); in TEST_F()
1554 Shdr shdr = {}; in BuildID() local
1555 shdr.sh_type = SHT_NOTE; in BuildID()
1556 shdr.sh_name = 0x500; in BuildID()
1557 shdr.sh_offset = 0xb000; in BuildID()
1558 shdr.sh_size = sizeof(note_section); in BuildID()
1559 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildID()
1563 memset(&shdr, 0, sizeof(shdr)); in BuildID()
1564 shdr.sh_type = SHT_STRTAB; in BuildID()
1565 shdr.sh_name = 0x20000; in BuildID()
1566 shdr.sh_offset = 0xf000; in BuildID()
1567 shdr.sh_size = 0x1000; in BuildID()
1568 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildID()
1625 Shdr shdr = {}; in BuildIDTwoNotes() local
1626 shdr.sh_type = SHT_NOTE; in BuildIDTwoNotes()
1627 shdr.sh_name = 0x500; in BuildIDTwoNotes()
1628 shdr.sh_offset = 0xb000; in BuildIDTwoNotes()
1629 shdr.sh_size = sizeof(note_section); in BuildIDTwoNotes()
1630 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDTwoNotes()
1634 memset(&shdr, 0, sizeof(shdr)); in BuildIDTwoNotes()
1635 shdr.sh_type = SHT_STRTAB; in BuildIDTwoNotes()
1636 shdr.sh_name = 0x20000; in BuildIDTwoNotes()
1637 shdr.sh_offset = 0xf000; in BuildIDTwoNotes()
1638 shdr.sh_size = 0x1000; in BuildIDTwoNotes()
1639 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDTwoNotes()
1685 Shdr shdr = {}; in BuildIDSectionTooSmallForName() local
1686 shdr.sh_type = SHT_NOTE; in BuildIDSectionTooSmallForName()
1687 shdr.sh_name = 0x500; in BuildIDSectionTooSmallForName()
1688 shdr.sh_offset = 0xb000; in BuildIDSectionTooSmallForName()
1689 shdr.sh_size = sizeof(note_header) + 1; in BuildIDSectionTooSmallForName()
1690 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForName()
1694 memset(&shdr, 0, sizeof(shdr)); in BuildIDSectionTooSmallForName()
1695 shdr.sh_type = SHT_STRTAB; in BuildIDSectionTooSmallForName()
1696 shdr.sh_name = 0x20000; in BuildIDSectionTooSmallForName()
1697 shdr.sh_offset = 0xf000; in BuildIDSectionTooSmallForName()
1698 shdr.sh_size = 0x1000; in BuildIDSectionTooSmallForName()
1699 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForName()
1745 Shdr shdr = {}; in BuildIDSectionTooSmallForDesc() local
1746 shdr.sh_type = SHT_NOTE; in BuildIDSectionTooSmallForDesc()
1747 shdr.sh_name = 0x500; in BuildIDSectionTooSmallForDesc()
1748 shdr.sh_offset = 0xb000; in BuildIDSectionTooSmallForDesc()
1749 shdr.sh_size = sizeof(note_header) + sizeof("GNU") + 1; in BuildIDSectionTooSmallForDesc()
1750 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForDesc()
1754 memset(&shdr, 0, sizeof(shdr)); in BuildIDSectionTooSmallForDesc()
1755 shdr.sh_type = SHT_STRTAB; in BuildIDSectionTooSmallForDesc()
1756 shdr.sh_name = 0x20000; in BuildIDSectionTooSmallForDesc()
1757 shdr.sh_offset = 0xf000; in BuildIDSectionTooSmallForDesc()
1758 shdr.sh_size = 0x1000; in BuildIDSectionTooSmallForDesc()
1759 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForDesc()
1805 Shdr shdr = {}; in BuildIDSectionTooSmallForHeader() local
1806 shdr.sh_type = SHT_NOTE; in BuildIDSectionTooSmallForHeader()
1807 shdr.sh_name = 0x500; in BuildIDSectionTooSmallForHeader()
1808 shdr.sh_offset = 0xb000; in BuildIDSectionTooSmallForHeader()
1809 shdr.sh_size = sizeof(note_header) - 1; in BuildIDSectionTooSmallForHeader()
1810 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForHeader()
1814 memset(&shdr, 0, sizeof(shdr)); in BuildIDSectionTooSmallForHeader()
1815 shdr.sh_type = SHT_STRTAB; in BuildIDSectionTooSmallForHeader()
1816 shdr.sh_name = 0x20000; in BuildIDSectionTooSmallForHeader()
1817 shdr.sh_offset = 0xf000; in BuildIDSectionTooSmallForHeader()
1818 shdr.sh_size = 0x1000; in BuildIDSectionTooSmallForHeader()
1819 memory_.SetMemory(offset, &shdr, sizeof(shdr)); in BuildIDSectionTooSmallForHeader()