/external/elfutils/libelf/ |
abstract.h | 215 # define Verdaux(Bits, Ext) \ 216 START (Bits, Verdaux, Ext##Verdaux) \ 219 END (Bits, Ext##Verdaux) 222 Verdaux (32, Ext) 224 Verdaux (64, Ext)
|
elf_getdata.c | 101 [ELF_T_VDAUX] = __alignof__ (ElfW2(Bits,Verdaux)), \
|
elf.h | [all...] |
/toolchain/binutils/binutils-2.25/elfcpp/ |
elfcpp_internal.h | 181 // Number of auxiliary Verdaux entries. 185 // Byte offset to first Verdaux entry. 198 // Byte offset to next Verdaux entry.
|
elfcpp.h | [all...] |
/toolchain/binutils/binutils-2.25/include/elf/ |
internal.h | 169 unsigned short vd_cnt; /* Number of verdaux entries. */ 171 unsigned long vd_aux; /* Offset to verdaux entries. */ 187 unsigned long vda_next; /* Offset to next verdaux. */
|
/prebuilts/go/darwin-x86/src/runtime/ |
vdso_linux_amd64.go | 68 vd_aux uint32 /* Offset in bytes to verdaux array */ 120 vda_next uint32 /* Offset in bytes to next verdaux entry */
|
/prebuilts/go/linux-x86/src/runtime/ |
vdso_linux_amd64.go | 68 vd_aux uint32 /* Offset in bytes to verdaux array */ 120 vda_next uint32 /* Offset in bytes to next verdaux entry */
|
/external/llvm/include/llvm/Object/ |
ELFTypes.h | 241 Elf_Half vd_cnt; // Number of Verdaux entries 243 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes) 246 /// Get the first Verdaux entry for this Verdef. 258 Elf_Word vda_next; // Offset to next Verdaux entry (in bytes)
|
/toolchain/binutils/binutils-2.25/gold/ |
dynobj.cc | 567 // The first Verdaux holds the name of this version. Subsequent 587 elfcpp::Verdaux<size, big_endian> verdaux(pvda); 589 const section_size_type vda_name = verdaux.get_vda_name(); 592 this->error(_("verdaux vda_name field out of range: %u"), [all...] |
/bionic/linker/ |
linker.cpp | 685 const ElfW(Verdaux)* verdaux = reinterpret_cast<ElfW(Verdaux)*>(verdef_ptr + verdaux_offset); 687 if (functor(i, verdef, verdaux) == true) { 704 [&](size_t, const ElfW(Verdef)* verdef, const ElfW(Verdaux)* verdaux) { 706 strcmp(vi->name, get_string(verdaux->vda_name)) == 0) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
elf.h | [all...] |
/toolchain/binutils/binutils-2.25/gold/po/ |
es.po | 273 msgid "verdaux vda_name field out of range: %u" 274 msgstr "campo vda_name verdaux fuera de rango: %u" [all...] |
fi.po | 277 msgid "verdaux vda_name field out of range: %u" 278 msgstr "verdaux vda_name -kenttä lukualueen ulkopuolella: %u" [all...] |
id.po | 186 msgid "verdaux vda_name field out of range: %u" 187 msgstr "daerah verdaux vda_name diluar dari jangkauan: %u" [all...] |
it.po | 274 msgid "verdaux vda_name field out of range: %u" 275 msgstr "campo vda_name verdaux fuori dall'intervallo: %u" [all...] |
gold.pot | 559 msgid "verdaux vda_name field out of range: %u" [all...] |
vi.po | 279 msgid "verdaux vda_name field out of range: %u" [all...] |
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 434 // The first Verdaux entry holds the name. [all...] |
/external/elfutils/src/ |
readelf.c | 2466 GElf_Verdaux *verdaux local [all...] |
/external/valgrind/perf/ |
tinycc.c | 723 Elf32_Word vd_aux; /* Offset in bytes to verdaux array */ 735 Elf64_Word vd_aux; /* Offset in bytes to verdaux array */ 755 Elf32_Word vda_next; /* Offset in bytes to next verdaux 762 Elf64_Word vda_next; /* Offset in bytes to next verdaux [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf.c | 95 /* Swap in a Verdaux structure. */ 106 /* Swap out a Verdaux structure. */ [all...] |
/prebuilts/sdk/tools/linux/bin/ |
arm-linux-androideabi-ld | |
i686-linux-android-ld | |