HomeSort by relevance Sort by last modified time
    Searched refs:st_name (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 74 uint32_t st_name = 0x0; local
92 st_name = symtab[idx].st_name;
97 st_name = mcld::bswap32(symtab[idx].st_name);
135 // Section symbol's st_name is the section index.
139 ld_name = std::string(pStrTab + st_name);
445 uint32_t st_name = 0x0; local
452 st_name = entry->st_name;
574 uint32_t st_name = 0x0; local
939 uint32_t st_name = 0x0; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 141 unsigned char st_name[4]; /* Symbol name, index in string tbl */ member in struct:__anon108621
150 unsigned char st_name[4]; /* Symbol name, index in string tbl */ member in struct:__anon108622
  /external/elfutils/libelf/
gelf_getsym.c 81 COPY (st_name);
gelf_update_sym.c 85 COPY (st_name);
gelf_getsymshndx.c 100 COPY (st_name);
gelf_update_symshndx.c 110 COPY (st_name);
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 125 Elf_Word st_name; member in struct:elfcpp::internal::Sym_data
136 Elf_Word st_name; member in struct:elfcpp::internal::Sym_data
  /external/syslinux/com32/include/sys/
elf32.h 51 Elf32_Word st_name; member in struct:elf32_sym
elf64.h 51 Elf64_Word st_name; member in struct:elf64_sym
  /external/syslinux/com32/lib/sys/module/
common.c 54 fprintf(stderr,"%s %d\n", module->str_table + crt_sym->st_name, crt_sym->st_value);
327 crt_name = module->str_table + crt_sym->st_name;
474 if (strcmp(name, module->str_table + crt_sym->st_name) == 0)
529 if (strcmp(name, module->str_table + crt_sym->st_name) == 0) {
549 if (strcmp(name, module->str_table + crt_sym->st_name) == 0)
  /external/elfutils/libdwfl/
relocate.c 208 if (sym->st_name != 0)
247 if (unlikely (sym->st_name >= symtab->symstrdata->d_size))
251 name += sym->st_name;
277 || sym->st_name == 0)
281 if (unlikely (sym->st_name >= m->symstrdata->d_size))
284 n += sym->st_name;
dwfl_module_getsym.c 184 if (unlikely (sym->st_name >= symstrdata->d_size))
193 return (const char *) symstrdata->d_buf + sym->st_name;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 376 long st_name = readWord(); local
391 if (st_name == 0) {
395 final String symName = readStrTabEntry(symStrOffset, symStrSize, st_name);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 197 Elf32_Word st_name; /* String table index of name. */ member in struct:__anon6032
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 197 Elf32_Word st_name; /* String table index of name. */ member in struct:__anon6122
  /bionic/linker/
linker_mips.cpp 81 sym_name = get_string(symtab_[sym].st_name);
164 const char* sym_name = get_string(local_sym->st_name);
  /development/ndk/platforms/android-9/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 211 global_find_symbol(module->str_table + sym_ref->st_name,
216 module->str_table + sym_ref->st_name);
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 211 global_find_symbol(module->str_table + sym_ref->st_name,
216 module->str_table + sym_ref->st_name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 170 Elf32_Word st_name; member in struct:elf32_sym
179 Elf64_Word st_name; /* Symbol name, index in string tbl */ member in struct:elf64_sym
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 155 Elf32_Word st_name; member in struct:elf32_sym
164 Elf64_Word st_name; member in struct:elf64_sym

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>