Home | History | Annotate | Download | only in lsd

Lines Matching refs:section_info_t

26 } section_info_t;
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;