Home
last modified time | relevance | path

Searched refs:tocoff (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp235 outs() << " ('tocoff', " << DLC.tocoff << ")\n"; in DumpDysymtabCommand()
/trueos/contrib/llvm/include/llvm/Support/
HDMachO.h627 uint32_t tocoff; member
/trueos/contrib/binutils/bfd/
HDxcofflink.c4727 bfd_vma tocoff; in xcoff_write_global_symbol() local
4734 tocoff = (h->descriptor->toc_section->output_section->vma in xcoff_write_global_symbol()
4739 tocoff += h->descriptor->u.toc_offset; in xcoff_write_global_symbol()
4745 bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p); in xcoff_write_global_symbol()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp154 SwapValue(C.tocoff); in SwapStruct()