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

1 2 3

  /external/elfutils/libelf/
elf_ndxscn.c 30 Elf_Scn *scn;
libelf.h 143 typedef struct Elf_Scn Elf_Scn;
200 extern Elf_Scn *elf_getscn (Elf *__elf, size_t __index);
203 extern size_t elf_ndxscn (Elf_Scn *__scn);
206 extern Elf_Scn *elf_nextscn (Elf *__elf, Elf_Scn *__scn);
209 extern Elf_Scn *elf_newscn (Elf *__elf);
226 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
228 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
241 extern unsigned int elf_flagscn (Elf_Scn *__scn, Elf_Cmd __cmd
    [all...]
elf_nextscn.c 29 Elf_Scn *
32 Elf_Scn *scn;
34 Elf_Scn *result = NULL;
libelfP.h 130 Elf_Scn *s;
146 struct Elf_Scn
220 struct Elf_Scn data[0]; /* Section data. */
423 extern int __libelf_set_rawdata (Elf_Scn *scn) internal_function;
459 extern Elf32_Shdr *__elf32_getshdr_internal (Elf_Scn *__scn) attribute_hidden;
460 extern Elf64_Shdr *__elf64_getshdr_internal (Elf_Scn *__scn) attribute_hidden;
461 extern Elf_Scn *__elf_getscn_internal (Elf *__elf, size_t __index)
463 extern Elf_Scn *__elf_nextscn_internal (Elf *__elf, Elf_Scn *__scn)
465 extern Elf_Data *__elf_getdata_internal (Elf_Scn *__scn, Elf_Data *__data
    [all...]
elf_flagscn.c 30 Elf_Scn *scn;
elf_flagshdr.c 30 Elf_Scn *scn;
elf_rawdata.c 29 Elf_Scn *scn;
elf_getscn.c 29 Elf_Scn *
45 Elf_Scn *result = NULL;
gelf_getversym.c 36 Elf_Scn *scn;
gelf_update_lib.c 52 Elf_Scn *scn = data_scn->s;
gelf_update_syminfo.c 36 Elf_Scn *scn;
elf32_updatefile.c 41 const Elf_Scn **scna = (const Elf_Scn **) a;
42 const Elf_Scn **scnb = (const Elf_Scn **) b;
66 sort_sections (Elf_Scn **scns, Elf_ScnList *list)
68 Elf_Scn **scnp = scns;
173 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
195 Elf_Scn *scn = scns[cnt]
    [all...]
elf_newscn.c 31 Elf_Scn *
35 Elf_Scn *result = NULL;
80 * sizeof (Elf_Scn)), 1);
  /build/tools/soslim/
common.h 12 typedef int (*section_match_fn_t)(Elf *, Elf_Scn *, void *);
19 Elf_Scn *sect;
25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info)
common.c 9 Elf_Scn* section = NULL;
symfilter.c 18 static int match_hash_table_section(Elf *elf, Elf_Scn *sect, void *data);
19 static int match_dynsym_section(Elf *elf, Elf_Scn *sect, void *data);
203 static int match_hash_table_section(Elf *elf, Elf_Scn *sect, void *data)
227 static int match_dynsym_section(Elf *elf, Elf_Scn *sect, void *data)
  /external/elfcopy/
common.h 12 typedef int (*section_match_fn_t)(Elf *, Elf_Scn *, void *);
19 Elf_Scn *sect;
25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info)
elfcopy.h 11 Elf_Scn *scn; /* original section */
40 Elf_Scn *newscn; /* new section handle */
common.c 9 Elf_Scn* section = NULL;
  /build/tools/apriori/
source.c 4 Elf_Scn **scn,
13 *scn = (Elf_Scn *)range->user;
source.h 19 Elf_Scn *scn;
117 Elf_Scn **scn,
  /external/elfutils/libasm/
libasmP.h 43 #define ASM_ABS_SCN ((Elf_Scn *) 1)
44 #define ASM_COM_SCN ((Elf_Scn *) 2)
69 Elf_Scn *scn;
205 Elf_Scn *scn;
  /external/elfutils/libdw/
dwarf_begin_elf.c 51 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
132 Elf_Scn *scn = NULL;
143 Elf_Scn *scngrp)
161 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]);
182 Elf_Scn *scngrp;
  /external/elfutils/tests/
newscn.c 26 Elf_Scn *section;
ecp.c 69 Elf_Scn *scn = NULL;
72 Elf_Scn *newscn = elf_newscn (outelf);

Completed in 1069 milliseconds

1 2 3