Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2430 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset() local
2451 (num_relocations + 1) * plt_hdr->sh_addralign; in GetPltEntrySizeAndOffset()
2453 plt_entsize = plt_hdr->sh_size / (num_relocations + 1); in GetPltEntrySizeAndOffset()
2456 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize; in GetPltEntrySizeAndOffset()
2474 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations() local
2490 for (i = 0; i < num_relocations; ++i) { in ParsePLTRelocations()
2647 const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ApplyRelocations() local
2660 for (unsigned i = 0; i < num_relocations; ++i) { in ApplyRelocations()