Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/backtrace/
A Drules.mk14 $(LOCAL_DIR)/elf.c \
A DMakefile.am54 elf.c \
117 elf.lo: config.h backtrace.h internal.h
A Delf.c1066 struct elf_state *elf = state->target_state; in backtrace_destroy_target() local
1068 if (elf == NULL) in backtrace_destroy_target()
1071 if (elf->strtab_view_valid) in backtrace_destroy_target()
1072 backtrace_release_view (state, &elf->strtab_view, error_callback, data); in backtrace_destroy_target()
1073 if (elf->debug_view_valid) in backtrace_destroy_target()
1074 backtrace_release_view (state, &elf->debug_view, error_callback, data); in backtrace_destroy_target()
1076 backtrace_free (state, elf, sizeof (*elf), error_callback, data); in backtrace_destroy_target()
A Dconfigure.ac231 elf*) FORMAT_FILE="elf.lo" ;;
A DMakefile.in322 elf.c \
820 elf.lo: config.h backtrace.h internal.h
/third_party/ulib/jemalloc/
A Dconfigure.ac464 abi="elf"
469 abi="elf"
472 abi="elf"
476 abi="elf"
481 abi="elf"
492 abi="elf"
508 [abi="elf"],
513 abi="elf"
557 abi="elf"
/third_party/ulib/musl/
A DWHATSNEW1593 - general fdpic elf support in dynamic linker

Completed in 13 milliseconds