HomeSort by relevance Sort by last modified time
    Searched refs:Relocs (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/go/linux-x86/src/debug/macho/
file_test.go 302 have := sh.Relocs
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 174 f.Sections[i].Relocs, err = readRelocs(&f.Sections[i].SectionHeader, sr)
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 827 std::vector<std::pair<uint64_t, SymbolRef>> Relocs;
838 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
841 array_pod_sort(Relocs.begin(), Relocs.end());
866 Relocs.begin(), Relocs.end(),
868 if (Reloc != Relocs.end()) {
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
output.cc 1156 // Reloc comparison. This function sorts the dynamic relocs for the
1157 // benefit of the dynamic linker. First we sort all relative relocs
1158 // to the front. Among relative relocs, we sort by output address.
1159 // Among non-relative relocs, we sort by symbol index, then by output
    [all...]
mips.cc 40 #include "copy-relocs.h"
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 992 milliseconds

1 2 34