Searched defs:symtab_section (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc441 void AdjustSymTabSectionForHole(Elf_Scn* symtab_section, argument
444 Elf_Data* data = GetSectionData(symtab_section);
536 Elf_Scn* symtab_section = NULL; local
555 symtab_section = section;
584 if (symtab_section)
585 AdjustSymTabSectionForHole(symtab_section, hole_start, hole_size);
/external/valgrind/main/perf/
H A Dtinycc.c2342 static Section *symtab_section, *strtab_section;
5860 put_elf_reloc(symtab_section, cur_text_section,
6968 sym->c = add_elf_sym(symtab_section, value, size, info, 0, sh_num, name);
6970 esym = &((Elf32_Sym *)symtab_section->data)[sym->c];
6989 put_elf_reloc(symtab_section, s, offset, type, sym->c);
14451 esym = &((Elf32_Sym *)symtab_section->data)[sym->c];
14573 ((Elf32_Sym *)symtab_section->data)[sym->c].st_size =
14761 ((Elf32_Sym *)symtab_section->data)[sym->c].st_other |= 1;
14847 section_sym = put_elf_sym(symtab_section, 0, 0,
14859 put_elf_sym(symtab_section,
2340 static Section *symtab_section, *strtab_section; variable
[all...]

Completed in 357 milliseconds