Searched refs:parse_elf_section (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c300 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) { function
344 if (parse_elf_section(elf, s_idx, &shdr, NULL)) {
354 if (parse_elf_section(elf, s_idx, NULL, &shdr)) {
405 parse_elf_section(&elf, i, &shdr, NULL);
422 parse_elf_section(&elf, i, NULL, &shdr);
442 parse_elf_section(&elf, i, &shdr, NULL);
468 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL);
531 parse_elf_section(&elf, i, NULL, &shdr);
557 parse_elf_section(&elf, sym.st_shndx, NULL, &dhdr);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c300 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) { function
344 if (parse_elf_section(elf, s_idx, &shdr, NULL)) {
354 if (parse_elf_section(elf, s_idx, NULL, &shdr)) {
405 parse_elf_section(&elf, i, &shdr, NULL);
422 parse_elf_section(&elf, i, NULL, &shdr);
442 parse_elf_section(&elf, i, &shdr, NULL);
468 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL);
531 parse_elf_section(&elf, i, NULL, &shdr);
557 parse_elf_section(&elf, sym.st_shndx, NULL, &dhdr);

Completed in 662 milliseconds