/freebsd/lib/libkldelf/ |
H A D | ef_arm.c | 46 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_arm_reloc() argument 57 where = (char *)dest + (relbase + rel->r_offset - dataoff); in ef_arm_reloc() 64 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_arm_reloc()
|
H A D | ef_i386.c | 45 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_i386_reloc() argument 56 where = (char *)dest + (relbase + rel->r_offset - dataoff); in ef_i386_reloc() 63 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_i386_reloc()
|
H A D | ef_amd64.c | 45 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_amd64_reloc() argument 56 where = (char *)dest + (relbase + rel->r_offset - dataoff); in ef_amd64_reloc() 63 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_amd64_reloc()
|
H A D | ef_mips.c | 48 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_mips_reloc() argument 59 where = (char *)dest + (relbase + rel->r_offset - dataoff); in ef_mips_reloc() 66 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_mips_reloc()
|
H A D | ef_riscv.c | 48 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_riscv_reloc() argument 58 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_riscv_reloc()
|
H A D | ef_aarch64.c | 43 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_aarch64_reloc() argument 53 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_aarch64_reloc()
|
H A D | ef_powerpc.c | 45 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in ef_ppc_reloc() argument 55 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_ppc_reloc()
|
H A D | ef_obj.c | 191 GElf_Addr secbase, dataoff; in ef_obj_seg_read_rel() local 200 dataoff = address - ef->progtab[i].addr; in ef_obj_seg_read_rel() 201 if (dataoff + len > ef->progtab[i].size) in ef_obj_seg_read_rel() 220 error = elf_read_raw_data(ef->ef_efile, secofs + dataoff, dest, in ef_obj_seg_read_rel()
|
H A D | kldelf.h | 77 Elf_Type reltype, GElf_Addr relbase, GElf_Addr dataoff, size_t len, 315 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest);
|
H A D | elf.c | 684 GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest) in elf_reloc() argument 686 return (efile->ef_reloc(efile, reldata, reltype, relbase, dataoff, len, in elf_reloc()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 342 MLC.linkedit_data_command_data.dataoff = StartOfCodeSignature; in layoutTail() 346 MLC.linkedit_data_command_data.dataoff = StartOfDylibCodeSignDRs; in layoutTail() 374 MLC.linkedit_data_command_data.dataoff = StartOfDataInCode; in layoutTail() 378 MLC.linkedit_data_command_data.dataoff = StartOfLinkerOptimizationHint; in layoutTail() 383 MLC.linkedit_data_command_data.dataoff = StartOfFunctionStarts; in layoutTail() 387 MLC.linkedit_data_command_data.dataoff = StartOfChainedFixups; in layoutTail() 391 MLC.linkedit_data_command_data.dataoff = StartOfDyldExportsTrie; in layoutTail()
|
H A D | MachOWriter.cpp | 106 if (LinkEditDataCommand.dataoff) in totalSize() 107 Ends.push_back(LinkEditDataCommand.dataoff + in totalSize() 401 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; in writeLinkData() 578 char *Out = (char *)Buf->getBufferStart() + ExportsTrieCmd.dataoff; in writeExportsTrieData() 647 if (LinkEditDataCommand.dataoff) in writeTail() 648 Queue.emplace_back(LinkEditDataCommand.dataoff, WriteHandler); in writeTail()
|
H A D | MachOReader.cpp | 303 arrayRefFromStringRef(MachOObj.getData().substr(LC.dataoff, LC.datasize));
|
/freebsd/usr.sbin/makefs/ |
H A D | zfs.c | 67 off_t dataoff; member 682 c->dataoff = 0; in dnode_cursor_init() 700 blkid = (c->dataoff / c->datablksz) / BLKPTR_PER_INDIR; in _dnode_cursor_flush() 761 c->dataoff = off; in dnode_cursor_next()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 531 WriteQueue.push_back(std::make_pair(FunctionStartsCmd->dataoff, in writeLinkEditData() 536 WriteQueue.push_back(std::make_pair(ChainedFixupsCmd->dataoff, in writeLinkEditData() 541 WriteQueue.push_back(std::make_pair(DyldExportsTrieCmd->dataoff, in writeLinkEditData() 546 WriteQueue.push_back(std::make_pair(DataInCodeCmd->dataoff, in writeLinkEditData()
|
H A D | MachOYAML.cpp | 444 IO.mapRequired("dataoff", LoadCommand.dataoff); in mapping()
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 108 u_int32_t dataoff; member
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Writer.cpp | 166 c->dataoff = functionStartsSection->fileOff; in writeTo() 185 c->dataoff = dataInCodeSection->fileOff; in writeTo() 576 c->dataoff = static_cast<uint32_t>(section->fileOff); in writeTo() 593 c->dataoff = section->fileOff; in writeTo() 610 c->dataoff = section->fileOff; in writeTo()
|
H A D | InputFiles.cpp | 1111 return {reinterpret_cast<const data_in_code_entry *>(buf + c->dataoff), in getDataInCode() 1119 return {buf + cmd->dataoff, cmd->datasize}; in getOptimizationHints() 1747 parseExportedSymbols(exportsTrie->dataoff, exportsTrie->datasize); in DylibFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 620 if (LinkData.dataoff > FileSize) in checkLinkeditDataCommand() 624 uint64_t BigSize = LinkData.dataoff; in checkLinkeditDataCommand() 631 if (Error Err = checkOverlappingElement(Elements, LinkData.dataoff, in checkLinkeditDataCommand() 2907 DRI.p = reinterpret_cast<uintptr_t>(getPtr(*this, DicLC.dataoff)); in begin_dices() 2917 unsigned Offset = DicLC.dataoff + DicLC.datasize; in end_dices() 4889 Cmd.dataoff = 0; in getDataInCodeLoadCommand() 4904 Cmd.dataoff = 0; in getLinkOptHintsLoadCommand() 4993 if (!DyldChainedFixups.dataoff) in getChainedFixupsLoadCommand() 5008 uint64_t CFHeaderOffset = DyldChainedFixups.dataoff; in getChainedFixupsHeader() 5068 const char *Contents = getPtr(*this, DyldChainedFixups.dataoff); in getChainedFixupsSegments() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 818 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode() 824 LLC.dataoff, i); in printMachODataInCode()
|
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 338 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands() 353 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 804 uint32_t dataoff; 1421 sys::swapByteOrder(C.dataoff); in swapStruct() 810 uint32_t dataoff; global() member
|
/freebsd/sys/kern/ |
H A D | vfs_vnops.c | 3273 off_t dataoff, holeoff, xfer2; in vn_write_outvp() local 3292 &dataoff, &holeoff, cred); in vn_write_outvp()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 307 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols() 1061 O->ReadULEB128s(FunctionStartsLC.dataoff, FunctionStarts); in PrintFunctionStarts() 1146 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); in PrintLinkOptHints() 10076 outs() << " dataoff " << ld.dataoff; in PrintLinkEditDataCommand() 10077 if (ld.dataoff > object_size) in PrintLinkEditDataCommand() 10082 uint64_t big_size = ld.dataoff; in PrintLinkEditDataCommand()
|