Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1308 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations() local
1327 for (i = 0; i < num_relocations; ++i) in ParsePLTRelocations()