]> sourceware.org Git - glibc.git/commit
elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
authorNicholas Guriev <nicholas@guriev.su>
Mon, 23 May 2022 19:06:44 +0000 (12:06 -0700)
committerFangrui Song <maskray@google.com>
Mon, 23 May 2022 19:06:44 +0000 (12:06 -0700)
commita8b11bd1f8dc68795b377138b5d94638ef75a50d
tree866c1ff3569693422181097b40f260c7e2e6db96
parent748df8126ac69e68e0b94e236ea3c2e11b1176cb
elf: Rewrite long RESOLVE_MAP macro to an always_inline static function

An __always_inline static function is better to find where exactly a
crash happens, so one can step into the function with GDB.

Reviewed-by: Fangrui Song <maskray@google.com>
elf/dl-reloc.c
This page took 0.040918 seconds and 5 git commands to generate.