Searched refs:PLT_ENTRIES_PER_CHUNK (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c433 #define PLT_ENTRIES_PER_CHUNK 254
1105 for (chunk = count / PLT_ENTRIES_PER_CHUNK; chunk > 0; chunk--)
1312 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK;
1327 chunk_entries = PLT_ENTRIES_PER_CHUNK;
1329 chunk_entries = plt_entries - (chunk * PLT_ENTRIES_PER_CHUNK);
1887 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
1895 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
1896 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2513 (plt_entries + PLT_ENTRIES_PER_CHUNK
431 #define PLT_ENTRIES_PER_CHUNK macro
[all...]

Completed in 57 milliseconds