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

  /external/elfcopy/
hash.h 17 section_info_t *hash,
18 section_info_t *symtab,
common.h 23 } section_info_t; typedef in typeref:struct:__anon3540
25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info)
hash.c 51 section_info_t *hash_info,
52 section_info_t *symtab_info,
  /build/tools/apriori/
source.h 23 } section_info_t; typedef in typeref:struct:__anon620
71 section_info_t symtab;
72 section_info_t strtab;
73 section_info_t dynamic;
74 section_info_t hash;
75 section_info_t bss;
79 section_info_t *relocation_sections; /* relocation sections in file */
apriori.c 515 (section_info_t *)REALLOC(source->relocation_sections,
517 sizeof(section_info_t));
519 section_info_t *reloc =
    [all...]
  /build/tools/soslim/
symfilter.h 31 section_info_t symtab;
32 section_info_t hash;
common.h 23 } section_info_t; typedef in typeref:struct:__anon627
25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info)
  /build/tools/lsd/
lsd.c 26 } section_info_t; typedef in typeref:struct:__anon626
45 section_info_t symtab;
46 section_info_t strtab;
47 section_info_t dynamic;
48 section_info_t hash;
50 section_info_t *relocations;
213 (section_info_t *)REALLOC(source->relocations,
215 sizeof(section_info_t));
217 section_info_t *reloc =
346 section_info_t *reloc = source->relocations + idx
    [all...]

Completed in 35 milliseconds