Searched refs:code_offset (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | expr.c | 3283 peek_opcode_at_pc (jcf, code_offset, pc) in peek_opcode_at_pc() argument 3285 int code_offset, pc; 3290 JCF_SEEK (jcf, code_offset); 3321 maybe_adjust_start_pc (jcf, code_offset, start_pc, slot) in maybe_adjust_start_pc() argument 3323 int code_offset, start_pc, slot; 3341 opcode = (int) peek_opcode_at_pc (jcf, code_offset, pc++); 3345 opcode = (int) peek_opcode_at_pc (jcf, code_offset, pc++); 3390 index = peek_opcode_at_pc (jcf, code_offset, pc); 3393 int other = peek_opcode_at_pc (jcf, code_offset, ++pc);
|
H A D | decl.c | 1598 int code_offset = DECL_CODE_OFFSET (current_function_decl); local 1640 start_pc = maybe_adjust_start_pc (jcf, code_offset, start_pc, slot);
|
H A D | java-tree.h | 759 #define DECL_CODE_OFFSET(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.code_offset) 968 long code_offset; member
|
H A D | ChangeLog | 4859 * decl.c (give_name_to_locals): New local `code_offset'. Call
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1426 uint32_t code_offset = 0; in ParseInlineSite() local 1441 code_offset_base = code_offset; in ParseInlineSite() 1465 code_offset += annot.U1; in ParseInlineSite() 1473 code_offset += annot.U1; in ParseInlineSite() 1477 code_offset += annot.U1; in ParseInlineSite() 1482 code_offset += annot.U2; in ParseInlineSite() 1485 code_offset += annot.U1; in ParseInlineSite()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 201 uint32_t code_offset = 0; member
|
H A D | ObjectFilePECOFF.cpp | 613 m_coff_header_opt.code_offset = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader() 1280 s->Printf(" code_offset = 0x%8.8x\n", header.code_offset); in DumpOptCOFFHeader()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-xtensa.c | 1759 bfd_vma code_offset, lit_offset; local 1771 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE; 1779 memcpy (splt->contents + code_offset, 1785 plt_base + code_offset + 3), 1786 splt->contents + code_offset + 4); 1788 plt_base + code_offset + 6), 1789 splt->contents + code_offset + 7); 1791 plt_base + code_offset + 9), 1792 splt->contents + code_offset + 10); 1794 return plt_base + code_offset;
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-xtensa.c | 1946 bfd_vma code_offset, lit_offset; in elf_xtensa_create_plt_entry() local 1958 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE; in elf_xtensa_create_plt_entry() 1966 memcpy (splt->contents + code_offset, in elf_xtensa_create_plt_entry() 1972 plt_base + code_offset + 3), in elf_xtensa_create_plt_entry() 1973 splt->contents + code_offset + 4); in elf_xtensa_create_plt_entry() 1975 plt_base + code_offset + 6), in elf_xtensa_create_plt_entry() 1976 splt->contents + code_offset + 7); in elf_xtensa_create_plt_entry() 1978 plt_base + code_offset + 9), in elf_xtensa_create_plt_entry() 1979 splt->contents + code_offset + 10); in elf_xtensa_create_plt_entry() 1981 return plt_base + code_offset; in elf_xtensa_create_plt_entry()
|