Home
last modified time | relevance | path

Searched defs:new_offset (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/libelffile/stream/
H A Dvector_output_stream.h40 off_t new_offset = offset_ + byte_count; in WriteFully() local
55 void EnsureCapacity(off_t new_offset) { in EnsureCapacity()
H A Dvector_output_stream.cc28 off_t new_offset = 0; in Seek() local
H A Derror_delaying_output_stream.h56 off_t new_offset; in Seek() local
/aosp12/bionic/libc/system_properties/
H A Dprop_area.cpp158 uint_least32_t new_offset; in new_prop_bt() local
171 uint_least32_t new_offset; in new_prop_info() local
248 uint_least32_t new_offset; in find_prop_bt() local
264 uint_least32_t new_offset; in find_prop_bt() local
296 uint_least32_t new_offset; in find_property() local
321 uint_least32_t new_offset; in find_property() local
/aosp12/system/bt/packet/base/
H A Diterator.cc42 size_t new_offset = index_ + offset; in operator +=() local
/aosp12/art/runtime/
H A Dtrace.cc847 int32_t new_offset = old_offset + static_cast<int32_t>(src_size); in WriteToBuf() local
893 int32_t new_offset; in LogMethodTraceEvent() local
/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp92 [[nodiscard]] Result<void> CheckOffset(uint32_t old_offset, uint32_t new_offset) { in CheckOffset()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_fcr.cc239 BT_HDR* l2c_fcr_clone_buf(BT_HDR* p_buf, uint16_t new_offset, in l2c_fcr_clone_buf()
/aosp12/art/dexlayout/
H A Ddex_ir.h219 void SetOffset(uint32_t new_offset) { offset_ = new_offset; } in SetOffset()
503 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset()
/aosp12/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h148 __le32 new_offset; member
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2270 uint64_t new_offset = (*it).second.symbol().value() - vma; in setOutputSectionAddress() local
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc3124 uint32_t new_offset = (offset + alignment_mask) & ~alignment_mask; in CheckInterSectionIterate() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc806 size_t new_offset) { in UpdateImageBinSlotOffset()
H A Doat_writer.cc2499 off_t new_offset = out->Seek(size_executable_offset_alignment_, kSeekCurrent); in WriteRodata() local