HomeSort by relevance Sort by last modified time
    Searched refs:strtab (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/third_party/symbolize/
symbolize.cc 263 uint64_t symbol_offset, const ElfW(Shdr) *strtab,
296 strtab->sh_offset + symbol.st_name);
326 ElfW(Shdr) symtab, strtab;
333 if (!ReadFromOffsetExact(fd, &strtab, sizeof(strtab), elf_header.e_shoff +
338 &strtab, &symtab)) {
347 if (!ReadFromOffsetExact(fd, &strtab, sizeof(strtab), elf_header.e_shoff +
352 &strtab, &symtab)) {
  /build/tools/apriori/
source.h 72 section_info_t strtab; member in struct:source_t
apriori.c 480 source->strtab.scn = elf_getscn(source->elf,
482 FAILIF_LIBELF(NULL == source->strtab.scn, elf_getscn);
483 FAILIF_LIBELF(NULL == gelf_getshdr(source->strtab.scn,
484 &source->strtab.shdr),
486 source->strtab.data = elf_getdata(source->strtab.scn, NULL);
487 FAILIF_LIBELF(NULL == source->strtab.data, elf_getdata);
488 source->strtab.info = lookup_shdr_info_by_new_section(
491 source->strtab.shdr.sh_name),
492 source->strtab.scn)
    [all...]
  /bionic/linker/
dlfcn.c 146 info->dli_sname = si->strtab + sym->st_name;
190 // total length of libdl_info.strtab, including trailing 0
193 // in the strtab with a \0 to make iterating through the symtab easier.
196 { st_name: 0, // starting index of the name in libdl_info.strtab
268 strtab: ANDROID_LIBDL_STRTAB,
linker.c 406 const char *strtab = si->strtab; local
415 if(strcmp(strtab + s->st_name, name)) continue;
602 si->strtab + s->st_name);
1288 const char *strtab = si->strtab; local
1491 const char *strtab = si->strtab; local
    [all...]
linker.h 109 const char *strtab; member in struct:soinfo
  /external/qemu/
elf_ops.h 103 struct elf_shdr *symtab, *strtab, *shdr_table = NULL; local
157 strtab = &shdr_table[symtab->sh_link];
159 str = load_at(fd, strtab->sh_offset, strtab->sh_size);
  /build/tools/lsd/
lsd.c 46 section_info_t strtab; member in struct:source_t
189 source->strtab.scn = elf_getscn(source->elf,
191 FAILIF_LIBELF(NULL == source->strtab.scn, elf_getscn);
192 FAILIF_LIBELF(NULL == gelf_getshdr(scn, &source->strtab.shdr),
194 source->strtab.data = elf_getdata(source->strtab.scn, NULL);
195 FAILIF_LIBELF(NULL == source->strtab.data, elf_getdata);
299 elf_ndxscn(source->strtab.scn),
426 elf_ndxscn(source->strtab.scn),
433 lib->strtab.data
    [all...]
  /external/kernel-headers/original/linux/
module.h 336 char *strtab; member in struct:module
  /external/elfutils/src/
ldgeneric.c 3660 struct Ebl_Strtab *strtab = NULL; local
    [all...]

Completed in 1417 milliseconds