Home
last modified time | relevance | path

Searched refs:elf_secthead_set_index (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c663 elf_secthead_set_index(shead, ++info->sindex); in elf_objfmt_output_section()
683 elf_secthead_set_index(shead, ++info->sindex); in elf_objfmt_output_section()
835 elf_secthead_set_index(esdn, 0); in elf_objfmt_output()
841 elf_secthead_set_index(esdn, 1); in elf_objfmt_output()
847 elf_secthead_set_index(esdn, 2); in elf_objfmt_output()
853 elf_secthead_set_index(esdn, 3); in elf_objfmt_output()
Delf.h498 elf_section_index elf_secthead_set_index(elf_secthead *shead,
Delf.c864 elf_secthead_set_index(elf_secthead *shead, elf_section_index sectidx) in elf_secthead_set_index() function