Home
last modified time | relevance | path

Searched refs:DT_VERSYM (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/dl/
H A Ddl-runtime.c80 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in ElfW()
85 (const void *) D_PTR (l, l_info[VERSYMIDX (DT_VERSYM)]); in ElfW()
172 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in ElfW()
177 (const void *) D_PTR (l,l_info[VERSYMIDX (DT_VERSYM)]); in ElfW()
H A Ddo-rel.h94 if (map->l_info[VERSYMIDX (DT_VERSYM)]) in elf_dynamic_do_rel()
97 (const void *) D_PTR (map, l_info[VERSYMIDX (DT_VERSYM)]); in elf_dynamic_do_rel()
H A Ddynamic-link.h101 if (info[VERSYMIDX (DT_VERSYM)] != NULL) in elf_get_dynamic_info()
102 info[VERSYMIDX (DT_VERSYM)]->d_un.d_ptr += l_addr; in elf_get_dynamic_info()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/dl/
H A Ddl-runtime.c80 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in ElfW()
85 (const void *) D_PTR (l, l_info[VERSYMIDX (DT_VERSYM)]); in ElfW()
172 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in ElfW()
177 (const void *) D_PTR (l,l_info[VERSYMIDX (DT_VERSYM)]); in ElfW()
H A Ddo-rel.h94 if (map->l_info[VERSYMIDX (DT_VERSYM)]) in elf_dynamic_do_rel()
97 (const void *) D_PTR (map, l_info[VERSYMIDX (DT_VERSYM)]); in elf_dynamic_do_rel()
H A Ddynamic-link.h101 if (info[VERSYMIDX (DT_VERSYM)] != NULL) in elf_get_dynamic_info()
102 info[VERSYMIDX (DT_VERSYM)]->d_un.d_ptr += l_addr; in elf_get_dynamic_info()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/dl/
H A Ddl-runtime.c82 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in fixup()
87 (const void *) D_PTR (l, l_info[VERSYMIDX (DT_VERSYM)]); in fixup()
174 switch (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) in profile_fixup()
179 (const void *) D_PTR (l,l_info[VERSYMIDX (DT_VERSYM)]); in profile_fixup()
H A Ddo-rel.h95 if (map->l_info[VERSYMIDX (DT_VERSYM)]) in elf_dynamic_do_rel()
98 (const void *) D_PTR (map, l_info[VERSYMIDX (DT_VERSYM)]); in elf_dynamic_do_rel()
H A Ddynamic-link.h104 if (info[VERSYMIDX (DT_VERSYM)] != NULL) in elf_get_dynamic_info()
105 info[VERSYMIDX (DT_VERSYM)]->d_un.d_ptr += l_addr; in elf_get_dynamic_info()
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/elf/
H A Delfdynamicentry.cpp102 case DT_VERSYM: return QStringLiteral("GNU version symbol"); in tagName()
147 case DT_VERSYM: in isAddress()
/dports/devel/elfsh/elfsh-0.51b3/libelfsh/include/
H A Dlibelfsh-compat.h162 #ifndef DT_VERSYM
163 #define DT_VERSYM 0x6ffffff0 macro
H A Dlibelfsh-sunos.h120 #define DT_VERSYM 0x6ffffff0
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/linker/
H A DElfxx.h141 #ifndef DT_VERSYM
142 #define DT_VERSYM 0x6ffffff0 macro
/dports/www/firefox-esr/firefox-91.8.0/mozglue/linker/
H A DElfxx.h155 #ifndef DT_VERSYM
156 # define DT_VERSYM 0x6ffffff0 macro
/dports/www/firefox/firefox-99.0/mozglue/linker/
H A DElfxx.h155 #ifndef DT_VERSYM
156 # define DT_VERSYM 0x6ffffff0 macro
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/linker/
H A DElfxx.h153 #ifndef DT_VERSYM
154 #define DT_VERSYM 0x6ffffff0 macro
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/linker/
H A DElfxx.h155 #ifndef DT_VERSYM
156 # define DT_VERSYM 0x6ffffff0 macro
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/linker/
H A DElfxx.h153 #ifndef DT_VERSYM
154 # define DT_VERSYM 0x6ffffff0 macro
/dports/devel/elfutils/elfutils-0.179/libebl/
H A Debldynamictagcheck.c47 || tag == DT_VERSYM in ebl_dynamic_tag_check()
H A Debldynamictagname.c63 else if (tag == DT_VERSYM) in ebl_dynamic_tag_name()
/dports/devel/elfsh/elfsh-0.51b3/vm/
H A Ddata.c135 {"GNU version VERSYM" , "DT_VERSYM" , DT_VERSYM},
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/elf/
H A Ddynamic.rs79 | elf::DT_VERSYM in is_address()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/read/elf/
H A Ddynamic.rs79 | elf::DT_VERSYM in is_address()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/read/elf/
H A Ddynamic.rs79 | elf::DT_VERSYM in is_address()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/read/elf/
H A Ddynamic.rs79 | elf::DT_VERSYM in is_address()

12345678910>>...24