/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfInterfaceTest.cpp | 198 int64_t load_bias = 0; in SinglePtLoad() local 254 int64_t load_bias = 0; in MultipleExecutablePtLoads() local 321 int64_t load_bias = 0; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() local 390 int64_t load_bias = 0; in NonExecutablePtLoads() local 461 int64_t load_bias = 0; in ManyPhdrs() local 501 int64_t load_bias = 0; in TEST_F() local 582 int64_t load_bias = 0; in Soname() local 603 int64_t load_bias = 0; in SonameAfterDtNull() local 624 int64_t load_bias = 0; in SonameSize() local 647 int64_t load_bias = 0; in SonameMissingMap() local [all …]
|
H A D | ElfFake.h | 57 void FakeSetLoadBias(uint64_t load_bias) { load_bias_ = load_bias; } in FakeSetLoadBias()
|
H A D | ElfTest.cpp | 307 void ElfTest::VerifyStepIfSignalHandler(uint64_t load_bias) { in VerifyStepIfSignalHandler()
|
/aosp12/bionic/linker/ |
H A D | linker_phdr.cpp | 793 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot() 843 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_segments() 870 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, in phdr_table_unprotect_segments() 878 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot() 933 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_protect_gnu_relro() 951 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_serialize_gnu_relro() 999 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_map_gnu_relro() 1096 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx() 1130 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_dynamic_section() 1155 const char* phdr_table_get_interpreter_name(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_interpreter_name()
|
H A D | linker_wrapper.cpp | 43 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr()
|
H A D | linker_main.cpp | 563 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr() 606 static void call_ifunc_resolvers(ElfW(Addr) load_bias) { in call_ifunc_resolvers() 616 static void call_ifunc_resolvers(ElfW(Addr) load_bias) { in call_ifunc_resolvers() 675 ElfW(Addr) load_bias; in __linker_init() local
|
H A D | linker_note_gnu_property.cpp | 42 GnuPropertySection::GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, in GnuPropertySection()
|
H A D | linker_phdr.h | 55 ElfW(Addr) load_bias() const { return load_bias_; } in load_bias() function
|
/aosp12/bionic/libc/bionic/ |
H A D | libc_init_static.cpp | 206 static unsigned __get_memtag_note(const ElfW(Phdr)* phdr_start, size_t phdr_ct, in __get_memtag_note() 279 uintptr_t load_bias) { in __get_heap_tagging_level() 307 uintptr_t load_bias) { in __libc_init_mte()
|
H A D | bionic_elf_tls.cpp | 57 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()
|
/aosp12/system/core/debuggerd/libdebuggerd/test/ |
H A D | UnwinderMock.h | 29 uint64_t load_bias) { in MockAddMap()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ElfInterfaceArm.h | 86 void set_load_bias(uint64_t load_bias) { load_bias_ = load_bias; } in set_load_bias()
|
H A D | Regs.cpp | 131 uint64_t load_bias = elf->GetLoadBias(); in GetPcAdjustment() local
|
H A D | ElfInterfaceArm.cpp | 29 bool ElfInterfaceArm::Init(int64_t* load_bias) { in Init()
|
H A D | ElfInterface.cpp | 137 bool ElfInterfaceImpl<ElfTypes>::ReadAllHeaders(int64_t* load_bias) { in ReadAllHeaders() 175 void ElfInterfaceImpl<ElfTypes>::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders()
|
H A D | Maps.cpp | 83 const std::string& name, uint64_t load_bias) { in Add()
|
H A D | Elf.cpp | 80 int64_t load_bias; in InitGnuDebugdata() local
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | MapData.h | 48 uintptr_t load_bias; member
|
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind_info.cpp | 48 uint64_t load_bias = elf->GetLoadBias(); in DumpArm() local
|
H A D | unwind_reg_info.cpp | 182 uint64_t load_bias = elf.GetLoadBias(); in GetInfo() local
|
/aosp12/system/unwinding/libbacktrace/include/backtrace/ |
H A D | BacktraceMap.h | 53 uint64_t load_bias = 0; member
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | MapInfo.h | 112 inline std::atomic_int64_t& load_bias() { return GetElfFields().load_bias_; } in load_bias() function
|
H A D | ElfInterface.h | 200 bool Init(int64_t* load_bias) override { return ReadAllHeaders(load_bias); } in Init()
|
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone.cpp | 300 uint64_t load_bias = map_info->GetLoadBias(process_memory); in dump_all_maps() local
|