Searched refs:TempSec (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 54 MachOYAML::Section TempSec; in constructSectionCommon() local 55 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSectionCommon() 56 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSectionCommon() 57 TempSec.addr = Sec.addr; in constructSectionCommon() 58 TempSec.size = Sec.size; in constructSectionCommon() 59 TempSec.offset = Sec.offset; in constructSectionCommon() 60 TempSec.align = Sec.align; in constructSectionCommon() 61 TempSec.reloff = Sec.reloff; in constructSectionCommon() 62 TempSec.nreloc = Sec.nreloc; in constructSectionCommon() 63 TempSec.flags = Sec.flags; in constructSectionCommon() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 59 MachOYAML::Section TempSec; in constructSectionCommon() local 60 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSectionCommon() 61 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSectionCommon() 62 TempSec.addr = Sec.addr; in constructSectionCommon() 63 TempSec.size = Sec.size; in constructSectionCommon() 64 TempSec.offset = Sec.offset; in constructSectionCommon() 65 TempSec.align = Sec.align; in constructSectionCommon() 66 TempSec.reloff = Sec.reloff; in constructSectionCommon() 67 TempSec.nreloc = Sec.nreloc; in constructSectionCommon() 68 TempSec.flags = Sec.flags; in constructSectionCommon() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 100 SectionType TempSec; in constructSection() local 101 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection() 102 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection() 103 TempSec.addr = Sec.addr; in constructSection() 104 TempSec.size = Sec.size; in constructSection() 105 TempSec.offset = Sec.offset; in constructSection() 106 TempSec.align = Sec.align; in constructSection() 107 TempSec.reloff = Sec.reloff; in constructSection() 108 TempSec.nreloc = Sec.nreloc; in constructSection() 109 TempSec.flags = Sec.flags; in constructSection() [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 95 SectionType TempSec; in constructSection() local 96 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection() 97 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16); in constructSection() 98 TempSec.addr = Sec.addr; in constructSection() 99 TempSec.size = Sec.size; in constructSection() 100 TempSec.offset = Sec.offset; in constructSection() 101 TempSec.align = Sec.align; in constructSection() 102 TempSec.reloff = Sec.reloff; in constructSection() 103 TempSec.nreloc = Sec.nreloc; in constructSection() 104 TempSec.flags = Sec.flags; in constructSection() [all …]
|