Home
last modified time | relevance | path

Searched refs:elf_nextscn (Results 1 – 25 of 63) sorted by relevance

123

/external/elfutils/libelf/
Delf_nextscn.c42 elf_nextscn (Elf *elf, Elf_Scn *scn) in elf_nextscn() function
83 INTDEF(elf_nextscn)
/external/bcc/src/cc/
Dbcc_elf.c137 while ((section = elf_nextscn(e, section)) != 0) { in listprobes()
151 while ((section = elf_nextscn(e, section)) != 0) { in listprobes()
198 for (index = 1; (section = elf_nextscn(e, section)) != 0; index++) { in get_section()
302 while ((section = elf_nextscn(e, section)) != 0) { in listsymbols()
580 while ((section = elf_nextscn(e, section)) != 0) { in bcc_elf_get_text_scn_info()
746 while ((section = elf_nextscn(e, section)) != 0) { in bcc_free_memory_with_file()
790 while ((section = elf_nextscn(e, section)) != 0) { in bcc_free_memory_with_file()
/external/libabigail/src/
Dabg-elf-helpers.cc319 while ((section = elf_nextscn(elf_handle, section)) != 0) in find_section()
350 while ((section = elf_nextscn(elf_handle, section)) != 0) in find_symbol_table_section()
417 for (Elf_Scn* section = elf_nextscn(elf_handle, 0); in find_hash_table_section_index()
419 section = elf_nextscn(elf_handle, section)) in find_hash_table_section_index()
524 while ((section = elf_nextscn(elf_handle, section)) != NULL) in get_symbol_versionning_sections()
601 while ((section = elf_nextscn(elf_handle, section)) != 0) in find_relocation_section()
/external/elfutils/tests/
Dfillfile.c298 Elf_Scn *scn = elf_nextscn (elf, NULL); in check_elf()
320 scn = elf_nextscn (elf, scn); in check_elf()
370 scn = elf_nextscn (elf, NULL); in check_elf()
389 scn = elf_nextscn (elf, scn); in check_elf()
Dtest-flag-nobits.c37 while ((scn = elf_nextscn (stripped, scn)) != NULL) in main()
Demptyfile.c144 if (elf_nextscn (elf, NULL) != NULL) in check_elf()
227 scn = elf_nextscn (elf, NULL); in check_elf()
Dnewscn.c59 section = elf_nextscn (elf, section); in main()
Dscnnames.c73 while ((scn = elf_nextscn (elf, scn)) != NULL) in main()
Dtest-elf_cntl_gelf_getshdr.c98 while ((scn = elf_nextscn (elf, scn)) != NULL) in main()
Ddwelfgnucompressed.c66 while ((scn = elf_nextscn (elf, scn)) != NULL) in main()
Delfcopy.c209 while ((scn = elf_nextscn (elfa, scn)) != NULL) in copy_elf()
281 while ((scn = elf_nextscn (elfb, scn)) != NULL) in copy_elf()
Delfgetzdata.c69 while ((scn = elf_nextscn (elf, scn)) != NULL) in main()
Delfgetchdr.c66 while ((scn = elf_nextscn (elf, scn)) != NULL) in main()
Decp.c78 while ((scn = elf_nextscn (inelf, scn)) != NULL) in main()
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c71 Elf_Scn *scn = elf_nextscn (elf, NULL); in find_elf_build_id()
122 while (result == 0 && (scn = elf_nextscn (elf, scn)) != NULL); in find_elf_build_id()
Ddwelf_elf_gnu_debuglink.c43 while ((scn = elf_nextscn (elf, scn)) != NULL) in dwelf_elf_gnu_debuglink()
/external/bcc/src/lua/bpf/
Delf.lua207 local section = elf.elf_nextscn(t.elf, nil)
239 section = elf.elf_nextscn(t.elf, section)
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp63 for (Elf_Scn *s = elf_nextscn(elf, NULL); s; s = elf_nextscn(elf, s)) { in get_symbol_table()
/external/elfutils/src/
Dsize.c402 while ((scn = elf_nextscn (elf, scn)) != NULL) in show_sysv()
426 while ((scn = elf_nextscn (elf, scn)) != NULL) in show_sysv()
476 while ((scn = elf_nextscn (elf, scn)) != NULL) in show_sysv_one_line()
528 while ((scn = elf_nextscn (elf, scn)) != NULL) in show_bsd()
Dobjdump.c478 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL) in show_relocs()
519 while ((xndxscn = elf_nextscn (ebl->elf, xndxscn)) != NULL) in show_relocs()
553 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL) in show_full_content()
690 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL) in show_disasm()
/external/elfutils/backends/
Ds390_symbol.c79 while ((scn = elf_nextscn (elf, scn)) != NULL) in s390_check_special_symbol()
Dsparc_symbol.c89 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL) in sparc_check_special_section()
Daarch64_symbol.c80 while ((scn = elf_nextscn (elf, scn)) != NULL) in aarch64_check_special_symbol()
/external/elfutils/libdwfl/
Doffline.c68 while ((scn = elf_nextscn (mod->debug.elf, scn)) != ourscn) in dwfl_offline_section_address()
80 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) in dwfl_offline_section_address()
Ddwfl_report_elf.c75 while ((scn = elf_nextscn (elf, scn)) != NULL) in __libdwfl_elf_address_range()
109 prev_scn = elf_nextscn (elf, prev_scn); in __libdwfl_elf_address_range()

123