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

1 2 3 4 5 6 7 8

  /sdk/emulator/qtools/
read_elf.h 8 Elf32_Shdr *ReadSectionHeaders(Elf32_Ehdr *hdr, FILE *fobj);
9 char *ReadStringTable(Elf32_Ehdr *hdr, Elf32_Shdr *shdr, FILE *fobj);
10 Elf32_Shdr *FindSymbolTableSection(Elf32_Ehdr *hdr,
11 Elf32_Shdr *shdr,
13 Elf32_Shdr *FindSymbolStringTableSection(Elf32_Ehdr *hdr,
14 Elf32_Shdr *shdr,
16 int ReadSection(Elf32_Shdr *shdr, void *buffer, FILE *f);