HomeSort by relevance Sort by last modified time
    Searched refs:string_offset (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 48 unsigned long string_offset; /* In the file */ member in union:symdef::__anon75373
61 #define ran_strx string_offset
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 228 void TestNopsAdrpAdd(size_t num_nops, uint32_t string_offset) {
230 string_index_to_offset_map_.Put(kStringIndex, string_offset);
242 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset);
273 void PrepareNopsAdrpInsn2Add(size_t num_nops, uint32_t insn2, uint32_t string_offset) {
275 string_index_to_offset_map_.Put(kStringIndex, string_offset);
392 uint32_t string_offset) {
398 PrepareNopsAdrpInsn2Add(num_nops, insn2, string_offset);
400 TestNopsAdrpInsn2AndUseHasThunk(num_nops, insn2, string_offset, kAddXInsn);
402 TestNopsAdrpInsn2AndUse(num_nops, insn2, string_offset, kAddXInsn);
407 void TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) {
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 130 void TestStringReference(uint32_t string_offset);
166 void Thumb2RelativePatcherTest::TestStringReference(uint32_t string_offset) {
168 string_index_to_offset_map_.Put(kStringIndex, string_offset);
173 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); local
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 378 int32_t string_offset = 0; local
403 string_offset);
405 string_offset += new_data->WriteBytes(
406 string_offset + string_table_start_offset,
410 return string_offset + string_table_start_offset;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 692 int string_offset = GET_TT_SHORT(ptr + 2); local
693 const uint8_t* string_ptr = name_table + string_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 2561 unsigned string_offset; member in struct:__anon75048
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 521 bfd_size_type string_offset = 0; local
547 &string_offset))
    [all...]
elflink.c 4827 bfd_size_type string_offset = 0; local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 1399 Node* string_offset = local
    [all...]

Completed in 172 milliseconds