Home
last modified time | relevance | path

Searched refs:ctf_section (Results 1 – 2 of 2) sorted by relevance

/third_party/libabigail/src/
Dabg-elf-reader.cc273 Elf_Scn* ctf_section = nullptr; member
437 ctf_section = elf_helpers::find_section_by_name(elf_handle, ".ctf"); in locate_ctf_debug_info()
438 if (ctf_section == nullptr) in locate_ctf_debug_info()
441 ctf_section = alt_ctf_section; in locate_ctf_debug_info()
548 {return (priv_->ctf_section != nullptr);} in has_ctf_debug_info()
622 if (priv_->ctf_section == nullptr) in find_ctf_section()
625 if (priv_->ctf_section) in find_ctf_section()
626 return priv_->ctf_section; in find_ctf_section()
Dabg-ctf-reader.cc113 fill_ctf_section(const Elf_Scn *elf_section, ctf_sect_t *ctf_section);
1593 fill_ctf_section(const Elf_Scn *elf_section, ctf_sect_t *ctf_section) in fill_ctf_section() argument
1605 ctf_section->cts_name = ""; /* This is not actually used by libctf. */ in fill_ctf_section()
1606 ctf_section->cts_data = (char *) section_data->d_buf; in fill_ctf_section()
1607 ctf_section->cts_size = section_data->d_size; in fill_ctf_section()
1608 ctf_section->cts_entsize = section_header->sh_entsize; in fill_ctf_section()