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

  /external/elfcopy/
fixdwarf.h 10 shdr_info_t *shdr_info, int num_shdr_info,
elfcopy.h 9 typedef struct shdr_info_t { struct
65 } shdr_info_t; typedef in typeref:struct:shdr_info_t
80 struct shdr_info_t *shdr_info, int shdr_info_len,
elfcopy.c 22 /* static void print_shdr_array(shdr_info_t *, int); */
38 shdr_info_t *info, int info_len,
39 shdr_info_t *relsect_info,
43 shdr_info_t *info,
45 shdr_info_t *relsect_info,
51 shdr_info_t *symtab_info);
54 Elf_Data *create_section_data(shdr_info_t *, Elf_Scn *);
58 shdr_info_t *shdr_info,
66 shdr_info_t *shdr_info,
73 shdr_info_t *shdr_info
    [all...]
fixdwarf.c 44 static shdr_info_t *s_shdr_info;
47 static shdr_info_t *s_cached_find_section_result = NULL;
78 shdr_info_t *shdr_info, int num_shdr_info,
261 static shdr_info_t *find_section(int value)
413 shdr_info_t *shdr = find_section(val);
435 shdr_info_t *shdr = find_section(base + begin);
457 shdr_info_t *end_shdr = find_section(base + end - 1);
495 shdr_info_t *shdr = find_section(value);
  /build/tools/apriori/
source.h 22 shdr_info_t *info;
57 shdr_info_t *shdr_info;
apriori.c 230 source->shnum * sizeof (shdr_info_t));
232 source->shdr_info = (shdr_info_t *)CALLOC(source->shnum,
233 sizeof (shdr_info_t));
394 static shdr_info_t *lookup_shdr_info_by_new_section(
    [all...]
  /build/tools/soslim/
soslim.c 53 shdr_info_t *shdr_info = NULL;
108 shnum*sizeof (shdr_info_t));
110 shdr_info = (shdr_info_t *)CALLOC(shdr_info_len, sizeof (shdr_info_t));

Completed in 1202 milliseconds