Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c420 #define PLT_ENTRIES_PER_CHUNK 254 macro
941 for (chunk = count / PLT_ENTRIES_PER_CHUNK; chunk > 0; chunk--)
1189 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK;
1205 chunk_entries = PLT_ENTRIES_PER_CHUNK;
1207 chunk_entries = plt_entries - (chunk * PLT_ENTRIES_PER_CHUNK);
1762 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
1770 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
1771 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2362 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK;
2398 chunk_entries = PLT_ENTRIES_PER_CHUNK;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-xtensa.c472 #define PLT_ENTRIES_PER_CHUNK 254 macro
1132 for (chunk = count / PLT_ENTRIES_PER_CHUNK; chunk > 0; chunk--) in add_extra_plt_sections()
1345 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK; in elf_xtensa_size_dynamic_sections()
1361 chunk_entries = PLT_ENTRIES_PER_CHUNK; in elf_xtensa_size_dynamic_sections()
1363 chunk_entries = plt_entries - (chunk * PLT_ENTRIES_PER_CHUNK); in elf_xtensa_size_dynamic_sections()
1949 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK; in elf_xtensa_create_plt_entry()
1957 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4; in elf_xtensa_create_plt_entry()
1958 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE; in elf_xtensa_create_plt_entry()
2566 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK; in elf_xtensa_finish_dynamic_sections()
2602 chunk_entries = PLT_ENTRIES_PER_CHUNK; in elf_xtensa_finish_dynamic_sections()
[all …]