Searched refs:check_section (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 68 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp) in check_section() function 222 result = check_section (result, ehdr, scn, false); in global_read() 278 result = check_section (result, ehdr, scn, true); in scngrp_read()
|
D | ChangeLog | 6 (check_section): Remove __libdw_free_zdata calls. Use elf_compress 172 (check_section): ... here. Call inflate_section, set libdw errno to 177 * dwarf_begin_elf.c (check_section): Add compressed flag. Always 626 (check_section): Do not locate alternate debuginfo. 646 (check_section): Obtain .gnu_debugaltlink section from the 667 * dwarf_begin_elf.c (check_section): Check for unsigned overflow 673 * dwarf_begin_elf.c (check_section): Replace abort call by goto err. 912 (check_section): Likewise on error. 948 * dwarf_begin_elf.c (check_section): Only probe for dwz multi files 966 (check_section): Try open_debugaltlink for .gnu_debugaltlink. [all …]
|
/external/autotest/server/site_tests/firmware_FMap/ |
D | firmware_FMap.py | 125 def check_section(self): member in firmware_FMap 239 self.check_section()
|