HomeSort by: relevance | last modified time | path
    Searched defs:new_cmse_stub_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 3375 bfd_vma new_cmse_stub_offset; member in struct:elf32_arm_link_hash_table
4969 return &htab->new_cmse_stub_offset;
6158 and this function and HTAB->new_cmse_stub_offset is set to the biggest
6213 htab->new_cmse_stub_offset = 0;
6341 if (next_cmse_stub_offset > htab->new_cmse_stub_offset)
6342 htab->new_cmse_stub_offset = next_cmse_stub_offset;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 3434 bfd_vma new_cmse_stub_offset; member in struct:elf32_arm_link_hash_table
5041 return &htab->new_cmse_stub_offset;
6231 and this function and HTAB->new_cmse_stub_offset is set to the biggest
6286 htab->new_cmse_stub_offset = 0;
6414 if (next_cmse_stub_offset > htab->new_cmse_stub_offset)
6415 htab->new_cmse_stub_offset = next_cmse_stub_offset;
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 3432 bfd_vma new_cmse_stub_offset; member in struct:elf32_arm_link_hash_table
5037 return &htab->new_cmse_stub_offset;
6227 and this function and HTAB->new_cmse_stub_offset is set to the biggest
6282 htab->new_cmse_stub_offset = 0;
6410 if (next_cmse_stub_offset > htab->new_cmse_stub_offset)
6411 htab->new_cmse_stub_offset = next_cmse_stub_offset;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 3433 bfd_vma new_cmse_stub_offset; member in struct:elf32_arm_link_hash_table
5018 return &htab->new_cmse_stub_offset;
6208 and this function and HTAB->new_cmse_stub_offset is set to the biggest
6263 htab->new_cmse_stub_offset = 0;
6391 if (next_cmse_stub_offset > htab->new_cmse_stub_offset)
6392 htab->new_cmse_stub_offset = next_cmse_stub_offset;

Completed in 71 milliseconds