summaryrefslogtreecommitdiff
path: root/libelffile
AgeCommit message (Expand)Author
2025-01-30Add option to write zeros instead of sparse. David Srbecky
2025-01-30Move dynamic sections to start of OAT file. Konstantin Baladurin
2025-01-30Reduce alignment for .rodata section in OAT files Richard Neill
2024-07-29Use the guaranteed to work page size function. Christopher Ferris
2024-05-07Faster `HLoadClass` for app image classes. Vladimir Marko
2024-04-23Set test ownerships for ART. Martin Stjernholm
2024-04-16Rename `.data.bimg.rel.ro` to `.data.img.rel.ro`. Vladimir Marko
2024-04-04Simplify and explain the ELF_ST_*() macros. Elliott Hughes
2024-04-04elf_utils.h: remove two unused functions. Elliott Hughes
2024-04-03elf_utils.h: remove more duplicated constants. Elliott Hughes
2024-04-02Remove duplicate STV_DEFAULT definition. Elliott Hughes
2024-03-25Remove unnecessary redefinitions of DT_ constants. Elliott Hughes
2024-03-21Remove unnecessary EM_* defines. Elliott Hughes
2024-03-12Remove default cases when all cases are defined Santiago Aboy Solanes
2024-02-09Pass functors as rvalues when possible Santiago Aboy Solanes
2023-12-27Optimize access to gPageSize Ruben Ayrapetyan
2023-11-30Use globals naming scheme for kPageSize etc. Ruben Ayrapetyan
2023-11-23Separate page size and image segment alignment Ruben Ayrapetyan
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-08Revert "Remove the codegen property" Android Culprit Assistant
2023-05-08Remove the codegen property Cole Faust
2023-05-03create_minidebuginfo: Avoid overflow of ABS symbols. David Srbecky
2022-10-31Add minimal riscv64 elf support to allow create_minidebuginfo on riscv64 bina... Colin Cross
2022-10-26Fix DCHECK in ErrorDelayingOutputStream. Vladimir Marko
2022-10-07Adapt to new STV_DEFAULT definition. Elliott Hughes
2022-06-20Fix modernize-use-using clang-tidy issues Stefano Cianciulli
2021-07-16Use .debug_frame version 4 David Srbecky
2021-07-16Revert "libelffile: move to DWARF3 when writing .debug_frame." David Srbecky
2021-07-16Revert "Fix style issue reported by cpplint." David Srbecky
2021-07-14Modernize typedefs with `using`. Vladimir Marko
2021-07-07Fix style issue reported by cpplint. Roland Levillain
2021-07-01libelffile: move to DWARF3 when writing .debug_frame. Yabin Cui
2021-05-12Make various native modules depend on art_defaults. Martin Stjernholm
2021-04-29Create magic symbol to mark .symtab as sorted. David Srbecky
2021-03-19Fix DCHECK() in ElfBuilder. Vladimir Marko
2021-03-16Add command line tool for creating mini-debug-info for native code. David Srbecky
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-10-23Rename ART release APEX to com.android.art. Martin Stjernholm
2020-09-21Link liblz4 and liblzma dynamically again. Martin Stjernholm
2020-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
2020-02-26Remove MIPS support from libelffile. Vladimir Marko
2020-02-06apex_available becomes more correct Jiyong Park
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR Jiyong Park
2019-12-19Revert submission 1191937-art_apex_available Joseph Murphy
2019-12-19Use apex_available property Jiyong Park
2019-11-07art: fix -Wc99-designator Nick Desaulniers
2019-07-18ARM/ARM64: Improve frame entry/exit codegen. Vladimir Marko
2019-04-30Fix debug/release dependencies on libartbase David Srbecky
2019-04-02Slightly increase XZ block-size. David Srbecky
2019-04-02Remove our custom elf.h header. David Srbecky