Home
last modified time | relevance | path

Searched defs:gap_start (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_phdr.h53 ElfW(Addr) gap_start() const { return reinterpret_cast<ElfW(Addr)>(gap_start_); } in gap_start() function
H A Dlinker_phdr.cpp609 uint8_t *gap_end, *gap_start; in ReserveWithAlignmentPadding() local
H A Dlinker_soinfo.cpp900 void soinfo::set_gap_start(ElfW(Addr) gap_start) { in set_gap_start()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc152 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap() local
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc119 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap() local
/aosp12/art/runtime/
H A Dclass_linker.cc8463 uint32_t gap_start = field_offset.Uint32Value(); in AlignFieldOffset() local
8507 void AddGaps(uint32_t gap_start, uint32_t gap_end) { in AddGaps()