mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Get Breakpad Building For Me(tm) against android-10
This commit is contained in:
parent
7f32e14a6e
commit
dc4f2a27f8
@ -434,6 +434,9 @@ void LinuxDumper::ParseLoadedElfProgramHeaders(ElfW(Ehdr)* ehdr,
|
|||||||
size_t* dyn_count_ptr) {
|
size_t* dyn_count_ptr) {
|
||||||
uintptr_t phdr_addr = start_addr + ehdr->e_phoff;
|
uintptr_t phdr_addr = start_addr + ehdr->e_phoff;
|
||||||
|
|
||||||
|
#ifndef UINTPTR_MAX
|
||||||
|
# define UINTPTR_MAX UINT_MAX
|
||||||
|
#endif
|
||||||
const uintptr_t max_addr = UINTPTR_MAX;
|
const uintptr_t max_addr = UINTPTR_MAX;
|
||||||
uintptr_t min_vaddr = max_addr;
|
uintptr_t min_vaddr = max_addr;
|
||||||
uintptr_t dyn_vaddr = 0;
|
uintptr_t dyn_vaddr = 0;
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif // __cplusplus
|
#endif // __cplusplus
|
||||||
|
|
||||||
#if ANDROID_NDK_HEADERS_ARE_STILL_NOT_CORRECT
|
|
||||||
struct r_debug {
|
struct r_debug {
|
||||||
int r_version;
|
int r_version;
|
||||||
struct link_map* r_map;
|
struct link_map* r_map;
|
||||||
@ -62,7 +61,6 @@ struct link_map {
|
|||||||
struct link_map* l_next;
|
struct link_map* l_next;
|
||||||
struct link_map* l_prev;
|
struct link_map* l_prev;
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user