Searched refs:handle_section (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/tests/ |
D | next_cfi.c | 36 handle_section (char *name, const unsigned char e_ident[], in handle_section() function 138 handle_section (name, ident, scn, true); in main() 141 handle_section (name, ident, scn, false); in main()
|
D | sectiondump.c | 31 static int handle_section (Elf *elf, Elf_Scn *scn); 63 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0) in main() 78 handle_section (Elf *elf, Elf_Scn *scn) in handle_section() function
|
D | ChangeLog | 1374 * next_cfi.c (handle_section): Take a new argument name. Check 1377 section to handle_section.
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-input.c | 1122 static int handle_section(struct tracecmd_input *handle, struct file_section *section, in handle_section() function 1191 if (handle_section(handle, section, NULL)) in read_headers()
|