Home
last modified time | relevance | path

Searched defs:elf_assert (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/common/
H A Dutils.py66 def elf_assert(cond, msg=''): function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/common/
H A Dutils.py66 def elf_assert(cond, msg=''): function
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/common/
H A Dutils.py74 def elf_assert(cond, msg=''): function
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A Dprivate.h432 # define elf_assert(x) do{if(!(x))__elf_assert(__FILE__,__LINE__,#x);}while(0) macro
434 # define elf_assert(x) do{if(!(x))__elf_assert(__FILE__,__LINE__,"x");}while(0) macro
437 # define elf_assert(x) do{}while(0) macro
/dports/devel/libelf/libelf-0.8.13/lib/
H A Dprivate.h432 # define elf_assert(x) do{if(!(x))__elf_assert(__FILE__,__LINE__,#x);}while(0) macro
434 # define elf_assert(x) do{if(!(x))__elf_assert(__FILE__,__LINE__,"x");}while(0) macro
437 # define elf_assert(x) do{}while(0) macro
/dports/devel/elfutils/elfutils-0.179/src/
H A Dstrip.c1141 #define elf_assert(test) do { if (!(test)) goto illformed; } while (0) in handle_elf() macro