Searched defs:num_relocations (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2387 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; local
2431 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; local
2560 const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; local

Completed in 203 milliseconds